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); |