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