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

Unified Diff: chrome/browser/extensions/extension_webui_apitest.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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_webui_apitest.cc
diff --git a/chrome/browser/extensions/extension_webui_apitest.cc b/chrome/browser/extensions/extension_webui_apitest.cc
index d3f777788a3da611dc7c416e067d95a0c43fe447..bdc525bf65a665be8d589b15bfac73a48b38fcd1 100644
--- a/chrome/browser/extensions/extension_webui_apitest.cc
+++ b/chrome/browser/extensions/extension_webui_apitest.cc
@@ -127,16 +127,6 @@ class ExtensionWebUITest : public ExtensionApiTest {
return frame_host;
}
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
- FeatureSwitch::ScopedOverride enable_options(
- FeatureSwitch::embedded_extension_options(), true);
- // Need to add a command line flag as well as a FeatureSwitch because the
- // FeatureSwitch is not copied over to the renderer process from the
- // browser process.
- command_line->AppendSwitch(switches::kEnableEmbeddedExtensionOptions);
- ExtensionApiTest::SetUpCommandLine(command_line);
- }
-
scoped_ptr<FeatureSwitch::ScopedOverride> enable_options_;
};
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698