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

Unified Diff: chrome/common/app_mode_common_mac.mm

Issue 2066004: Mac: app mode loader (shim). (Closed)
Patch Set: more changes per mark + merged ToT Created 10 years, 7 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
« no previous file with comments | « chrome/common/app_mode_common_mac.h ('k') | chrome/common/chrome_paths_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/app_mode_common_mac.mm
diff --git a/chrome/common/app_mode_common_mac.mm b/chrome/common/app_mode_common_mac.mm
index aa35af70637adbd0f5adca683dad8b2b48b9768a..3705c3470aed91ceb38e87a82d98269026a59714 100644
--- a/chrome/common/app_mode_common_mac.mm
+++ b/chrome/common/app_mode_common_mac.mm
@@ -7,9 +7,9 @@
namespace app_mode {
#if defined(GOOGLE_CHROME_BUILD)
-extern const CFStringRef kAppPrefsID = CFSTR("com.google.Chrome");
+const CFStringRef kAppPrefsID = CFSTR("com.google.Chrome");
#else
-extern const CFStringRef kAppPrefsID = CFSTR("org.chromium.Chromium");
+const CFStringRef kAppPrefsID = CFSTR("org.chromium.Chromium");
#endif
const CFStringRef kLastRunAppBundlePathPrefsKey = CFSTR("LastRunAppBundlePath");
« no previous file with comments | « chrome/common/app_mode_common_mac.h ('k') | chrome/common/chrome_paths_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698