| Index: content/browser/browsing_data/clear_site_data_throttle_browsertest.cc
|
| diff --git a/content/browser/browsing_data/clear_site_data_throttle_browsertest.cc b/content/browser/browsing_data/clear_site_data_throttle_browsertest.cc
|
| index b7c3ff80c2b29ba7bb7fdcf41609427149de5dc1..717527d318a0464edabb25f217fe60936c4e4b99 100644
|
| --- a/content/browser/browsing_data/clear_site_data_throttle_browsertest.cc
|
| +++ b/content/browser/browsing_data/clear_site_data_throttle_browsertest.cc
|
| @@ -21,7 +21,6 @@
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/storage_partition.h"
|
| #include "content/public/browser/web_contents.h"
|
| -#include "content/public/common/content_switches.h"
|
| #include "content/public/test/browser_test_utils.h"
|
| #include "content/public/test/cache_test_util.h"
|
| #include "content/public/test/content_browser_test.h"
|
| @@ -153,8 +152,6 @@ class ClearSiteDataThrottleBrowserTest : public ContentBrowserTest {
|
| public:
|
| void SetUpCommandLine(base::CommandLine* command_line) override {
|
| ContentBrowserTest::SetUpCommandLine(command_line);
|
| - command_line->AppendSwitch(
|
| - switches::kEnableExperimentalWebPlatformFeatures);
|
|
|
| // We're redirecting all hosts to localhost even on HTTPS, so we'll get
|
| // certificate errors.
|
|
|