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

Unified Diff: chrome/common/chrome_switches.cc

Issue 15675008: Add enable-app-launcher-shim to chrome://flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move grd to before <!-- Crashes --> Created 7 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/browser/ui/app_list/app_list_service_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index bde0dd1c28b98c4ac4f85a4e1c735e794f531a80..d0d51097d4f956a5383fc4ae20791c88b8d665a9 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1519,11 +1519,10 @@ const char kPasswordStore[] = "password-store";
#endif // OS_POSIX
#if defined(OS_MACOSX)
-// Enables the app list OSX .app shim, for showing the app list. Takes an
-// optional argument: --enable-app-list-shim=0 will delete a previously created
-// .app folder for the app list shim. Any other argument, or no argument, will
-// create it.
-extern const char kEnableAppListShim[] = "enable-app-list-shim";
+// Enables the app list OSX .app shim, for showing the app list. If the flag is
+// not present, Chrome will check if the shim exists at startup, and delete it
+// if it does.
+const char kEnableAppListShim[] = "enable-app-list-shim";
// Enables the tabs expose feature ( http://crbug.com/50307 ).
const char kEnableExposeForTabs[] = "enable-expose-for-tabs";
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698