Index: chrome/android/testshell/testshell_tab.cc |
diff --git a/chrome/android/testshell/testshell_tab.cc b/chrome/android/testshell/testshell_tab.cc |
index 656bc31e43eeca11fdc62a5a60db4ecda08fac26..568190dfa77b361e220d863712b800f5f36aecbe 100644 |
--- a/chrome/android/testshell/testshell_tab.cc |
+++ b/chrome/android/testshell/testshell_tab.cc |
@@ -8,6 +8,7 @@ |
#include "base/logging.h" |
#include "chrome/browser/android/chrome_web_contents_delegate_android.h" |
#include "chrome/browser/ui/android/window_android_helper.h" |
+#include "chrome/browser/ui/browser_navigator.h" |
#include "chrome/common/net/url_fixer_upper.h" |
#include "content/public/browser/android/content_view_core.h" |
#include "content/public/browser/web_contents.h" |
@@ -97,6 +98,10 @@ void TestShellTab::RunExternalProtocolDialog(const GURL& url) { |
NOTIMPLEMENTED(); |
} |
+void TestShellTab::HandlePopupNavigation(chrome::NavigateParams* params) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
bool TestShellTab::RegisterTestShellTab(JNIEnv* env) { |
return RegisterNativesImpl(env); |
} |