| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 147965)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -358,6 +358,9 @@
|
| // Disables the menu on the NTP for accessing sessions from other devices.
|
| const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
|
|
|
| +// Disable pop-up blocking.
|
| +const char kDisablePopupBlocking[] = "disable-popup-blocking";
|
| +
|
| // Disable speculative TCP/IP preconnection.
|
| const char kDisablePreconnect[] = "disable-preconnect";
|
|
|
|
|