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

Unified Diff: extensions/common/switches.cc

Issue 564993002: Embedded Extension Options: remove flags and trunk channel restrictions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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 | « extensions/common/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index e55ca4814159cfb3330ca22150f3e4fd129f04bb..fff3348d06fcf349ef871b73614b46d1644658cf 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -19,10 +19,6 @@ const char kAllowLegacyExtensionManifests[] =
// Enables the <appview> tag in platform apps.
const char kAppView[] = "app-view";
-// Enables extension options to be embedded in chrome://extensions rather than
-// a new tab.
-const char kEmbeddedExtensionOptions[] = "embedded-extension-options";
-
// Show apps windows after the first paint. Windows will be shown significantly
// later for heavy apps loading resources synchronously but it will be
// insignificant for apps that load most of their resources asynchronously.
@@ -35,11 +31,6 @@ const char kEnableAppView[] = "enable-app-view";
// Enables the <window-controls> tag in platform apps.
const char kEnableAppWindowControls[] = "enable-app-window-controls";
-// Hack so that feature switch can work with about_flags. See
-// kEnableScriptsRequireAction.
-const char kEnableEmbeddedExtensionOptions[] =
- "enable-embedded-extension-options";
-
// Enables extension APIs that are in development.
const char kEnableExperimentalExtensionApis[] =
"enable-experimental-extension-apis";
« no previous file with comments | « extensions/common/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698