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

Unified Diff: chrome/browser/about_flags.cc

Issue 512543002: Model <webview> and <appview> script injection after <extensionoptions> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed kalman@'s comments Created 6 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 e03e238505b2ff5d6dc3335f46b451cb5c27d67c..35606e8541ab0be7516485395379bfb5eb2c765c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1475,7 +1475,7 @@ const Experiment kExperiments[] = {
"enable-app-view",
IDS_FLAGS_ENABLE_APP_VIEW_NAME,
IDS_FLAGS_ENABLE_APP_VIEW_DESCRIPTION,
- kOsAll,
+ kOsDesktop,
SINGLE_VALUE_TYPE(extensions::switches::kEnableAppView)
},
{
« no previous file with comments | « no previous file | chrome/common/extensions/api/_api_features.json » ('j') | chrome/common/extensions/api/_api_features.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698