| Index: chrome/browser/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.cc (revision 61782)
|
| +++ chrome/browser/views/frame/browser_view.cc (working copy)
|
| @@ -1212,7 +1212,7 @@
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| const CommandLine* command_line(CommandLine::ForCurrentProcess());
|
| - if (command_line->HasSwitch(switches::kEnableNewPageInfoBubble))
|
| + if (!command_line->HasSwitch(switches::kDisableNewPageInfoBubble))
|
| browser::ShowPageInfoBubble(parent, profile, url, ssl, show_history);
|
| else
|
| browser::ShowPageInfo(parent, profile, url, ssl, show_history);
|
|
|