| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 0ecd6487f1dec5b651b7ca1b2e2932b23a2f8230..bc6161beb3e9d49e546927b6f7092cd07f98c2a0 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1047,8 +1047,8 @@ 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.
|
| +// Disables same-origin check on HTTP resources pushed via a SPDY proxy in
|
| +// non-incognito sessions. 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
|
|
|