Chromium Code Reviews| Index: chrome/browser/extensions/activity_log/activity_log_browsertest.cc |
| diff --git a/chrome/browser/extensions/activity_log/activity_log_browsertest.cc b/chrome/browser/extensions/activity_log/activity_log_browsertest.cc |
| index e9248b0041ba9cea9bb867bb3c4ee2b11871a215..b290d7a05d0d8633b078ce2560d7da37455f8bd0 100644 |
| --- a/chrome/browser/extensions/activity_log/activity_log_browsertest.cc |
| +++ b/chrome/browser/extensions/activity_log/activity_log_browsertest.cc |
| @@ -36,8 +36,6 @@ class ActivityLogPrerenderTest : public ExtensionApiTest { |
| void SetUpCommandLine(base::CommandLine* command_line) override { |
| ExtensionBrowserTest::SetUpCommandLine(command_line); |
| command_line->AppendSwitch(switches::kEnableExtensionActivityLogging); |
| - command_line->AppendSwitchASCII(switches::kPrerenderMode, |
|
pasko
2016/12/01 16:47:58
if we are removing this, then the tests will need
droger
2016/12/01 17:17:40
I don't have a simple solution unfortunately.
We c
droger
2016/12/05 14:48:27
Done.
pasko
2016/12/08 15:23:44
In the last version of the code, the above instruc
droger
2016/12/08 15:47:30
I think they would work, but I did not need it in
|
| - switches::kPrerenderModeSwitchValueEnabled); |
| } |
| static void Prerender_Arguments( |