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

Unified Diff: chrome/browser/about_flags.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: Launch logic in app info summary panel 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c239d4f363d9f18d36a4417ceb3deb828c69727f..f7ef5aab6ecac02e77ea99e279fa61654e45018c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1484,6 +1484,12 @@ const Experiment kExperiments[] = {
kOsWin | kOsCrOS | kOsLinux | kOsMac,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableNewBookmarkApps,
switches::kDisableNewBookmarkApps)},
+ {"disable-hosted-apps-in-windows",
+ IDS_FLAGS_HOSTED_APPS_IN_WINDOWS_NAME,
+ IDS_FLAGS_HOSTED_APPS_IN_WINDOWS_DESCRIPTION,
+ kOsMac,
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableHostedAppsInWindows,
+ switches::kDisableHostedAppsInWindows)},
tapted 2015/08/19 06:48:12 does anything read switches::kDisableHostedAppsInW
dominickn 2015/08/19 07:10:41 The follow up will be to flip this flag from check
tapted 2015/08/20 00:44:02 Hm, typically both switches are checked regardless
#if defined(OS_MACOSX)
{"disable-hosted-app-shim-creation",
IDS_FLAGS_DISABLE_HOSTED_APP_SHIM_CREATION_NAME,

Powered by Google App Engine
This is Rietveld 408576698