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

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

Issue 2556963006: Wire the VR omnibox directly to visible security state changes. (Closed)
Patch Set: Rebase onto 2524423002 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 e362e51eddbca76434a69d88207f3b910ab39771..03e7d086e3287c4ad448ca09559a505dacf3c13b 100644
--- a/chrome/browser/android/vr_shell/vr_web_contents_observer.h
+++ b/chrome/browser/android/vr_shell/vr_web_contents_observer.h
@@ -39,6 +39,9 @@ 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 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