| Index: chrome/browser/android/tab_base_android_impl.h
|
| diff --git a/chrome/browser/android/tab_base_android_impl.h b/chrome/browser/android/tab_base_android_impl.h
|
| index 7964a8c4982e5afbd3981a659a737ac301246c75..3a77a96257f379f8b3dc92f44a6b5b12b290dcde 100644
|
| --- a/chrome/browser/android/tab_base_android_impl.h
|
| +++ b/chrome/browser/android/tab_base_android_impl.h
|
| @@ -60,6 +60,8 @@ class TabBaseAndroidImpl : public TabAndroid {
|
| int g_value,
|
| int b_value) OVERRIDE;
|
|
|
| + virtual void RunExternalProtocolDialog(const GURL& url) OVERRIDE;
|
| +
|
| // Register the Tab's native methods through JNI.
|
| static bool RegisterTabBaseAndroidImpl(JNIEnv* env);
|
|
|
|
|