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..cd57d1d78f8893f4c99556f751d2e37a237be770 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,8 @@ void TestShellTab::RunExternalProtocolDialog(const GURL& url) { |
NOTIMPLEMENTED(); |
} |
+void TestShellTab::HandlePopupNavigation(chrome::NavigateParams* params) { } |
Yaron
2013/08/22 18:30:05
NOTIMPLEMENTED
|
+ |
bool TestShellTab::RegisterTestShellTab(JNIEnv* env) { |
return RegisterNativesImpl(env); |
} |