Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3722)

Unified Diff: chrome/browser/browser_process_impl.h

Issue 11689004: Move PromoResourceService from Profile to BrowserProcessImpl/local_state(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android x 4 Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/browser_process_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 7653e0c103b1a217390a5f0c51675427ad389457..d67dd5e46bc840be5f1337ac593e4355802e9c1f 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -26,6 +26,7 @@ class ChromeResourceDispatcherHostDelegate;
class CommandLine;
class RemoteDebuggingServer;
class PrefServiceSimple;
+class PromoResourceService;
#if defined(ENABLE_PLUGIN_INSTALLATION)
class PluginsResourceService;
@@ -278,6 +279,7 @@ class BrowserProcessImpl : public BrowserProcess,
#if defined(ENABLE_PLUGIN_INSTALLATION)
scoped_refptr<PluginsResourceService> plugins_resource_service_;
#endif
+ scoped_refptr<PromoResourceService> promo_resource_service_;
jam 2013/01/02 15:59:00 nit: in general, it's more readable if all the non
Dan Beam 2013/01/02 22:27:51 Done.
#if defined(OS_WIN) && defined(USE_AURA)
void PerformInitForWindowsAura(const CommandLine& command_line);
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/browser_process_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698