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

Unified Diff: chrome/browser/android/vr_shell/vr_gl_thread.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/vr_gl_thread.h
diff --git a/chrome/browser/android/vr_shell/vr_gl_thread.h b/chrome/browser/android/vr_shell/vr_gl_thread.h
index dfecae5e60b59dd748fd9fb2443a41a7a5f27254..51ee8bd9bc955d78dd3c4b5bc4ca66b2069fab02 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -74,7 +74,8 @@ class VrGLThread : public base::Thread,
void SetHistoryButtonsEnabled(bool can_go_back, bool can_go_forward) override;
void SetLoadProgress(float progress) override;
void SetLoading(bool loading) override;
- void SetSecurityLevel(security_state::SecurityLevel level) override;
+ void SetSecurityInfo(security_state::SecurityLevel level,
+ bool malware) override;
void SetURL(const GURL& gurl) override;
void SetWebVrMode(bool enabled, bool auto_presented) override;
void SetWebVrSecureOrigin(bool secure) override;

Powered by Google App Engine
This is Rietveld 408576698