| Index: chrome/browser/gtk/browser_window_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/gtk/browser_window_gtk.cc (revision 61782)
|
| +++ chrome/browser/gtk/browser_window_gtk.cc (working copy)
|
| @@ -1024,7 +1024,7 @@
|
| const NavigationEntry::SSLStatus& ssl,
|
| bool show_history) {
|
| const CommandLine* command_line(CommandLine::ForCurrentProcess());
|
| - if (command_line->HasSwitch(switches::kEnableNewPageInfoBubble))
|
| + if (!command_line->HasSwitch(switches::kDisableNewPageInfoBubble))
|
| browser::ShowPageInfoBubble(window_, profile, url, ssl, show_history);
|
| else
|
| browser::ShowPageInfo(window_, profile, url, ssl, show_history);
|
|
|