diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-23 09:57:45 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-23 09:57:45 +0000 |
commit | 48ff2c7f5748aa73208040eb95ad88834fd3c474 (patch) | |
tree | 68cb0b2d5896ebfb99a8f8ee7f018b9f8bb3a715 /chrome/browser/browser_process_impl.cc | |
parent | 0aaa299b32073ff7b9971e28321949f38d45673d (diff) | |
download | chromium_src-48ff2c7f5748aa73208040eb95ad88834fd3c474.zip chromium_src-48ff2c7f5748aa73208040eb95ad88834fd3c474.tar.gz chromium_src-48ff2c7f5748aa73208040eb95ad88834fd3c474.tar.bz2 |
Create PluginMetricsProvider class.
Also changes ProvideStabilityMetrics() to take a SystemProfileProto* instead
of the stability section, since the plugin provider needs to inspect things
in the system profile when writing its stability data.
Also, cleans up some header includes.
BUG=374220
R=isherman@chromium.org, thestig@chromium.org
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/299783004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.cc')
-rw-r--r-- | chrome/browser/browser_process_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc index 91687ef..a4e35338 100644 --- a/chrome/browser/browser_process_impl.cc +++ b/chrome/browser/browser_process_impl.cc @@ -76,6 +76,7 @@ #include "chrome/common/switch_utils.h" #include "chrome/common/url_constants.h" #include "chrome/installer/util/google_update_constants.h" +#include "chrome/installer/util/google_update_settings.h" #include "components/policy/core/common/policy_service.h" #include "components/signin/core/common/profile_management_switches.h" #include "components/translate/core/browser/translate_download_manager.h" |