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

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: 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c239d4f363d9f18d36a4417ceb3deb828c69727f..2c68318630b2794e632537e35fd6ae8193eae685 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1485,6 +1485,12 @@ const Experiment kExperiments[] = {
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableNewBookmarkApps,
switches::kDisableNewBookmarkApps)},
#if defined(OS_MACOSX)
+ {"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)},
{"disable-hosted-app-shim-creation",
IDS_FLAGS_DISABLE_HOSTED_APP_SHIM_CREATION_NAME,
IDS_FLAGS_DISABLE_HOSTED_APP_SHIM_CREATION_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/extensions/api/management/chrome_management_api_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698