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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1300763002: Add a flag to enable open in window for hosted apps on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@disable-new-bookmark-apps
Patch Set: Addressing nits Created 5 years, 4 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/chrome_switches.h ('k') | chrome/test/data/extensions/api_test/management/test/launchType.js » ('j') | 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 a18553e675126281e253c1584f94deba0a3c41ab..680837c3e5a48d7feafb89cffe60ceee85e2879f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1257,6 +1257,9 @@ const char kDisableAppWindowCycling[] = "disable-app-window-cycling";
// Disables app shim creation for hosted apps on Mac.
const char kDisableHostedAppShimCreation[] = "disable-hosted-app-shim-creation";
+// Prevents hosted apps from being opened in windows on Mac.
+const char kDisableHostedAppsInWindows[] = "disable-hosted-apps-in-windows";
+
// Disables use of toolkit-views based native app windows.
const char kDisableMacViewsNativeAppWindows[] =
"disable-mac-views-native-app-windows";
@@ -1268,6 +1271,9 @@ const char kEnableAppInfoDialogMac[] = "enable-app-info-dialog-mac";
// Enables custom Cmd+` window cycling for platform apps and hosted apps.
const char kEnableAppWindowCycling[] = "enable-app-window-cycling";
+// Allows hosted apps to be opened in windows on Mac.
+const char kEnableHostedAppsInWindows[] = "enable-hosted-apps-in-windows";
+
// Enables use of toolkit-views based native app windows.
const char kEnableMacViewsNativeAppWindows[] =
"enable-mac-views-native-app-windows";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/data/extensions/api_test/management/test/launchType.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698