| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8f947f5d1b2b77bf344ab6ef7ccf932c53a03d34..5fd7380aeaa37179e41318e395173a3ee0214aba 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1309,9 +1309,6 @@ const char kTryChromeAgain[] = "try-chrome-again";
|
| // Runs un-installation steps that were done by chrome first-run.
|
| const char kUninstall[] = "uninstall";
|
|
|
| -// Use hardware gpu, if available, for tests.
|
| -const char kUseGpuInTests[] = "use-gpu-in-tests";
|
| -
|
| // Uses Spdy for the transport protocol instead of HTTP. This is a temporary
|
| // testing flag.
|
| const char kUseSpdy[] = "use-spdy";
|
|
|