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

Unified Diff: chrome/common/chrome_switches.cc

Issue 298953002: Remove --disable-app-shims. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't check disableCreateAppShortcut on NTP. Created 6 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index e7230f72e9785ce4b5450fafe6178bff022a14c7..6d6f53acb6e9220c5fb8d5fafc7f47b667e9d93a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1350,9 +1350,6 @@ const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher";
// Prevents Chrome from quitting when Chrome Apps are open.
const char kAppsKeepChromeAlive[] = "apps-keep-chrome-alive";
-// Disables the creation and launch of app shims for platform apps.
-const char kDisableAppShims[] = "disable-app-shims";
-
// Forcibly disables Lion-style on newer OSes, to allow developers to test the
// older, SnowLeopard-style fullscreen.
const char kDisableSystemFullscreenForTesting[] =
« chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698