Chromium Code Reviews| 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..3286cded5cded273e985f7da99244572468681b2 100644 |
| --- a/chrome/browser/android/tab_base_android_impl.h |
| +++ b/chrome/browser/android/tab_base_android_impl.h |
| @@ -60,6 +60,10 @@ class TabBaseAndroidImpl : public TabAndroid { |
| int g_value, |
| int b_value) OVERRIDE; |
| + // Called when the common ExternalProtocolHandler wants to |
| + // run the external protocol dialog. |
|
Ted C
2012/10/16 23:25:10
also, I would leave this comment out of the impl.h
newt (away)
2012/10/16 23:29:50
Done.
|
| + virtual void RunExternalProtocolDialog(const GURL& url) OVERRIDE; |
| + |
| // Register the Tab's native methods through JNI. |
| static bool RegisterTabBaseAndroidImpl(JNIEnv* env); |