| Index: chrome/browser/fast_shutdown_browsertest.cc
|
| diff --git a/chrome/browser/fast_shutdown_browsertest.cc b/chrome/browser/fast_shutdown_browsertest.cc
|
| index d76b73e2d5462a058895c00fac2bc9fda8da374b..49ae9f8de2c3b31a50710c48e74ebe3c0857b1cc 100644
|
| --- a/chrome/browser/fast_shutdown_browsertest.cc
|
| +++ b/chrome/browser/fast_shutdown_browsertest.cc
|
| @@ -26,7 +26,7 @@ class FastShutdown : public InProcessBrowserTest {
|
| FastShutdown() {
|
| }
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(CommandLine* command_line) override {
|
| command_line->AppendSwitch(switches::kDisablePopupBlocking);
|
| }
|
|
|
|
|