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

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

Issue 2946523002: VR: Support security chip text on URL bar. (Closed)
Patch Set: Address comments. Created 3 years, 6 months 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
Index: chrome/browser/android/vr_shell/ui_interface.h
diff --git a/chrome/browser/android/vr_shell/ui_interface.h b/chrome/browser/android/vr_shell/ui_interface.h
index 76692d179ee7a249d258e0cb91ef5f564c8d1d14..01ff3ba4a5b3cc090bd51dfa247dbfde2a6dd31d 100644
--- a/chrome/browser/android/vr_shell/ui_interface.h
+++ b/chrome/browser/android/vr_shell/ui_interface.h
@@ -28,7 +28,8 @@ class UiInterface {
virtual void SetWebVrMode(bool enabled, bool auto_presented) = 0;
virtual void SetURL(const GURL& url) = 0;
virtual void SetFullscreen(bool enabled) = 0;
- virtual void SetSecurityLevel(security_state::SecurityLevel level) = 0;
+ virtual void SetSecurityInfo(security_state::SecurityLevel level,
+ bool fails_malware_check) = 0;
virtual void SetIncognito(bool enabled) = 0;
virtual void SetWebVrSecureOrigin(bool secure) = 0;
virtual void SetLoading(bool loading) = 0;

Powered by Google App Engine
This is Rietveld 408576698