| Index: chrome/browser/ui/views/external_tab_container_win.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/external_tab_container_win.cc (revision 147078)
|
| +++ chrome/browser/ui/views/external_tab_container_win.cc (working copy)
|
| @@ -785,7 +785,7 @@
|
| const string16& title,
|
| bool user_gesture) {
|
| Browser::RegisterProtocolHandlerHelper(tab, protocol, url, title,
|
| - user_gesture, NULL);
|
| + user_gesture);
|
| }
|
|
|
| void ExternalTabContainerWin::RegisterIntentHandler(
|
|
|