diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 2 |
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. |