| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 014731559badacda22307328e48ce6064b88843e..e3920645efa9d195e360b5e1869000de382320c9 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1049,10 +1049,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";
|
|
|