| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1b9d66441fecd52105aaee0b2886e46931f272b8..3ae5ce403ffe979d1ad28800c0e0e5f007cf6a45 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1046,10 +1046,6 @@ const char kSystemLogUploadFrequency[] = "system-log-upload-frequency";
|
| // Passes the name of the current running automated test to Chrome.
|
| const char kTestName[] = "test-name";
|
|
|
| -// Disables same-origin check on HTTP resources pushed via a SPDY proxy.
|
| -// The value is the host:port of the trusted proxy.
|
| -const char kTrustedSpdyProxy[] = "trusted-spdy-proxy";
|
| -
|
| // Experimental. Shows a dialog asking the user to try chrome. This flag is to
|
| // be used only by the upgrade process.
|
| const char kTryChromeAgain[] = "try-chrome-again";
|
|
|