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

Unified Diff: chrome/browser/android/tab_android.h

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
« no previous file with comments | « no previous file | chrome/browser/android/tab_base_android_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index bc52a537d267e99d85be7c61439ce3c3016a2f26..e82a0e9c7fc048592ad3292b5362b22101a2af90 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -7,7 +7,6 @@
#include <jni.h>
-#include "base/android/jni_helper.h"
#include "base/android/scoped_java_ref.h"
#include "base/callback_forward.h"
#include "base/string16.h"
@@ -67,6 +66,10 @@ class TabAndroid {
const GURL& url, const string16& title, const SkBitmap& skbitmap,
int r_value, int g_value, int b_value) = 0;
+ // Called when the common ExternalProtocolHandler wants to
+ // run the external protocol dialog.
+ virtual void RunExternalProtocolDialog(const GURL& url) = 0;
+
protected:
virtual ~TabAndroid();
« no previous file with comments | « no previous file | chrome/browser/android/tab_base_android_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698