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

Unified Diff: chrome/browser/about_flags.cc

Issue 764753003: Enable streamlined-apps flag on Chrome for Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | chrome/browser/extensions/tab_helper.cc » ('j') | chrome/browser/extensions/tab_helper.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index f866bd9b2766e0ba2a13cfc6f036d9f8e1995407..be3f5fe0ac05749b49981ca0ee5b2d1ccc7d6539 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1525,7 +1525,7 @@ const Experiment kExperiments[] = {
"enable-streamlined-hosted-apps",
IDS_FLAGS_ENABLE_STREAMLINED_HOSTED_APPS_NAME,
IDS_FLAGS_ENABLE_STREAMLINED_HOSTED_APPS_DESCRIPTION,
- kOsWin | kOsCrOS | kOsLinux,
+ kOsWin | kOsCrOS | kOsLinux | kOsMac,
SINGLE_VALUE_TYPE(switches::kEnableStreamlinedHostedApps)
},
{
« no previous file with comments | « no previous file | chrome/browser/extensions/tab_helper.cc » ('j') | chrome/browser/extensions/tab_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698