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

Unified Diff: chrome/browser/android/vr_shell/ui_elements/transient_url_bar.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_elements/transient_url_bar.h
diff --git a/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h b/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h
index 1a930fd04355a37d8bfcd9f2c6b0d7829ab9ea17..9978ceab5393d27da2151b9282a94d33b7e4e0c3 100644
--- a/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h
+++ b/chrome/browser/android/vr_shell/ui_elements/transient_url_bar.h
@@ -29,7 +29,7 @@ class TransientUrlBar : public TexturedElement {
~TransientUrlBar() override;
void SetURL(const GURL& gurl);
- void SetSecurityLevel(security_state::SecurityLevel level);
+ void SetSecurityInfo(security_state::SecurityLevel level, bool malware);
private:
UiTexture* GetTexture() const override;

Powered by Google App Engine
This is Rietveld 408576698