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

Unified Diff: chrome/service/service_main.cc

Issue 7485011: Virtual Cloud Print Driver for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Style fixes. Created 9 years, 5 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/service/service_main.cc
diff --git a/chrome/service/service_main.cc b/chrome/service/service_main.cc
index 9242c173f9aec0c93f59087ed37f5cf0390a7db6..4c3fc927757bc6b66b7a734678307c67255f563b 100644
--- a/chrome/service/service_main.cc
+++ b/chrome/service/service_main.cc
@@ -28,6 +28,7 @@ int ServiceProcessMain(const MainFunctionParams& parameters) {
#if defined(OS_MACOSX)
chrome_application_mac::RegisterCrApp();
+ chrome_application_mac::SetCloudPrintHandler();
#endif
base::PlatformThread::SetName("CrServiceMain");

Powered by Google App Engine
This is Rietveld 408576698