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

Unified Diff: chrome/app/chrome_main_delegate.cc

Issue 323693002: Split printing utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months 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
Index: chrome/app/chrome_main_delegate.cc
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
index 168b32e9883ab402090cd3b268de83123403f838..0778d26a27680e164221462663b1b250ff73f680 100644
--- a/chrome/app/chrome_main_delegate.cc
+++ b/chrome/app/chrome_main_delegate.cc
@@ -117,7 +117,7 @@ base::LazyInstance<chrome::ChromeContentBrowserClient>
#if !defined(CHROME_MULTIPLE_DLL_BROWSER)
base::LazyInstance<ChromeContentRendererClient>
g_chrome_content_renderer_client = LAZY_INSTANCE_INITIALIZER;
-base::LazyInstance<chrome::ChromeContentUtilityClient>
+base::LazyInstance<ChromeContentUtilityClient>
g_chrome_content_utility_client = LAZY_INSTANCE_INITIALIZER;
base::LazyInstance<chrome::ChromeContentPluginClient>
g_chrome_content_plugin_client = LAZY_INSTANCE_INITIALIZER;
@@ -763,7 +763,7 @@ void ChromeMainDelegate::PreSandboxStartup() {
#if !defined(CHROME_MULTIPLE_DLL_BROWSER)
if (process_type == switches::kUtilityProcess ||
process_type == switches::kZygoteProcess) {
- chrome::ChromeContentUtilityClient::PreSandboxStartup();
+ ChromeContentUtilityClient::PreSandboxStartup();
}
#endif
}
« no previous file with comments | « no previous file | chrome/browser/local_discovery/pwg_raster_converter.cc » ('j') | chrome/utility/printing_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698