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

Unified Diff: chrome/service/service_main.cc

Issue 8771028: [Mac] Remove content/ CrApplication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 99d6c83f349d58095dac5b05e392376f57b49743..f3f090ec1c1a5708db7c86ae0105eca9dce6a0ab 100644
--- a/chrome/service/service_main.cc
+++ b/chrome/service/service_main.cc
@@ -28,7 +28,7 @@ int ServiceProcessMain(const content::MainFunctionParams& parameters) {
<< parameters.command_line.GetCommandLineString();
#if defined(OS_MACOSX)
- chrome_service_application_mac::RegisterServiceCrApp();
+ chrome_service_application_mac::RegisterServiceApp();
#endif
base::PlatformThread::SetName("CrServiceMain");

Powered by Google App Engine
This is Rietveld 408576698