Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: chrome/android/testshell/testshell_tab.cc

Issue 23264020: Move Android to use new Popup Blocker API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed testshell break Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « chrome/android/testshell/testshell_tab.h ('k') | chrome/browser/android/chrome_web_contents_delegate_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698