Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / browser / guest_view / extension_options / extension_options_apitest.cc
index 46d9b3a..c74a3ee 100644 (file)
@@ -14,20 +14,6 @@ using extensions::Extension;
 using extensions::FeatureSwitch;
 
 class ExtensionOptionsApiTest : public ExtensionApiTest {
- private:
-  virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
-    ExtensionApiTest::SetUpCommandLine(command_line);
-
-    enable_options_.reset(new FeatureSwitch::ScopedOverride(
-        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(
-        extensions::switches::kEnableEmbeddedExtensionOptions);
-  }
-
-  scoped_ptr<FeatureSwitch::ScopedOverride> enable_options_;
 };
 
 // crbug/415949.