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

Unified Diff: chrome/browser/android/vr_shell/vr_web_contents_observer.h

Issue 2562503002: Generalize WebContentsObserver::SecurityStyleChanged (Closed)
Patch Set: Fix nit. Created 4 years 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/vr_shell/vr_web_contents_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/vr_web_contents_observer.h
diff --git a/chrome/browser/android/vr_shell/vr_web_contents_observer.h b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
index 03e7d086e3287c4ad448ca09559a505dacf3c13b..b9cb69b31dfa2e098193d0b992d7f1a593b24cb8 100644
--- a/chrome/browser/android/vr_shell/vr_web_contents_observer.h
+++ b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
@@ -39,9 +39,7 @@ class CONTENT_EXPORT VrWebContentsObserver
content::NavigationHandle* navigation_handle) override;
void DidToggleFullscreenModeForTab(
bool entered_fullscreen, bool will_cause_resize) override;
- void SecurityStyleChanged(
- blink::WebSecurityStyle security_style,
- const content::SecurityStyleExplanations& explanations) override;
+ void DidChangeVisibleSecurityState() override;
void WebContentsDestroyed() override;
void WasHidden() override;
void RenderViewHostChanged(content::RenderViewHost* old_host,
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/vr_web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698