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

Unified Diff: chrome/browser/android/tab_base_android_impl.cc

Issue 11193014: [Android] Upstream external_protocol_dialog_android.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove redundant comment in _impl.h Created 8 years, 2 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/browser/android/tab_base_android_impl.cc
diff --git a/chrome/browser/android/tab_base_android_impl.cc b/chrome/browser/android/tab_base_android_impl.cc
index 4753262dec53ec5d31c03c84a6874fbe1074899c..e3d6c8c91d726d0795e8fd3d04a90102599f8e42 100644
--- a/chrome/browser/android/tab_base_android_impl.cc
+++ b/chrome/browser/android/tab_base_android_impl.cc
@@ -93,6 +93,10 @@ void TabBaseAndroidImpl::AddShortcutToBookmark(
NOTIMPLEMENTED();
}
+void TabBaseAndroidImpl::RunExternalProtocolDialog(const GURL& url) {
+ NOTIMPLEMENTED();
+}
+
bool TabBaseAndroidImpl::RegisterTabBaseAndroidImpl(JNIEnv* env) {
return RegisterNativesImpl(env);
}
« no previous file with comments | « chrome/browser/android/tab_base_android_impl.h ('k') | chrome/browser/ui/android/external_protocol_dialog_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698