ef962358909e5a2af2d26ac45e1ee7c7fac7e2dd
[platform/framework/web/crosswalk.git] / src / chrome / browser / safe_browsing / environment_data_collection_win.cc
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/safe_browsing/environment_data_collection_win.h"
6
7 #include "chrome/common/safe_browsing/csd.pb.h"
8
9 namespace safe_browsing {
10
11 void CollectPlatformProcessData(
12     ClientIncidentReport_EnvironmentData_Process* process) {
13   // TODO(pmonette): collect dlls and lsps.
14 }
15
16 }  // namespace safe_browsing