| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d471b979e7f6d7f6c45fc130edd2aab1692279a3..27962bb1a81e73b61430a27ad669e523a1367e1c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -305,9 +305,6 @@ const char kDisableExtensionsResourceWhitelist[] =
|
| // a tab. http://crbug.com/256870 and http://crbug.com/290403
|
| const char kDisableFullscreenWithinTab[] = "disable-fullscreen-within-tab";
|
|
|
| -// Prevent infobars from appearing.
|
| -const char kDisableInfoBars[] = "disable-infobars";
|
| -
|
| // Don't resolve hostnames to IPv6 addresses. This can be used when debugging
|
| // issues relating to IPv6, but shouldn't otherwise be needed. Be sure to file
|
| // bugs if something isn't working properly in the presence of IPv6. This flag
|
|
|