Index: content/browser/android/web_contents_observer_android.h |
diff --git a/content/browser/android/web_contents_observer_android.h b/content/browser/android/web_contents_observer_android.h |
index 2a7633ea1ff2bd0b69d17363a27e8d69e0620ab5..ea7f55fd81683150989389e49269375c6a42815a 100644 |
--- a/content/browser/android/web_contents_observer_android.h |
+++ b/content/browser/android/web_contents_observer_android.h |
@@ -63,6 +63,7 @@ class WebContentsObserverAndroid : public WebContentsObserver { |
bool is_main_frame, |
RenderViewHost* render_view_host) OVERRIDE; |
virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE; |
+ virtual void DidChangeVisibleSSLState() OVERRIDE; |
void DidFailLoadInternal(bool is_provisional_load, |
bool is_main_frame, |