summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process.h
diff options
context:
space:
mode:
authorjwd@chromium.org <jwd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 15:36:21 +0000
committerjwd@chromium.org <jwd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 15:36:21 +0000
commit54e26c1249af1c3165587938d9edb0daf4ce4c21 (patch)
tree375d6077421f84755f4f7cd2dad2993daf110dae /chrome/browser/browser_process.h
parent2e2216e43424120be34fe6cab1136eddecbeb4a0 (diff)
downloadchromium_src-54e26c1249af1c3165587938d9edb0daf4ce4c21.zip
chromium_src-54e26c1249af1c3165587938d9edb0daf4ce4c21.tar.gz
chromium_src-54e26c1249af1c3165587938d9edb0daf4ce4c21.tar.bz2
Restoring the chrome variatioons client, with a fix for browser_test failures caused by it.
The CLs that this is restoring are http://codereview.chromium.org/10343007 and http://codereview.chromium.org/10381021. BUG=121695 TEST= Review URL: https://chromiumcodereview.appspot.com/10392007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r--chrome/browser/browser_process.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index c54e1be..a8a2415 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -35,6 +35,7 @@ class SafeBrowsingService;
class StatusTray;
class TabCloseableStateWatcher;
class ThumbnailGenerator;
+class VariationsService;
class WatchDogThread;
#if defined(OS_CHROMEOS)
@@ -92,6 +93,7 @@ class BrowserProcess {
virtual PrefService* local_state() = 0;
virtual ui::Clipboard* clipboard() = 0;
virtual net::URLRequestContextGetter* system_request_context() = 0;
+ virtual VariationsService* variations_service() = 0;
#if defined(OS_CHROMEOS)
// Returns the out-of-memory priority manager.