| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d92b14cd01aa49847691cb024d88827bf93a0dc9..799e6c561edfb6feba6ad91a9196d22b362382a0 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -587,9 +587,6 @@ const char kEnableSdch[] = "enable-sdch";
|
| // Enable SPDY/3. This is a temporary testing flag.
|
| const char kEnableSpdy3[] = "enable-spdy3";
|
|
|
| -// Enable SPDY's FlowControl (SPDY/2.1). This is a temporary testing flag.
|
| -const char kEnableSpdyFlowControl[] = "enable-spdy-flow-control";
|
| -
|
| // Enables experimental suggestions pane in New Tab page.
|
| const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
|
|
|
|
|