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

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

Issue 2536223002: Omnibox improvements and fixes. (Closed)
Patch Set: Separate omnibox icon selection from webVR warning toggle. 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
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 474e7aadc3b66b94f05e4718da090cd458c61cf3..131e18381189025e83ee887866102342476af074 100644
--- a/chrome/browser/android/vr_shell/ui_interface.h
+++ b/chrome/browser/android/vr_shell/ui_interface.h
@@ -33,7 +33,8 @@ class UiInterface {
void SetMode(Mode mode);
Mode GetMode() { return mode_; }
- void SetSecureOrigin(bool secure);
+ void SetSecurityLevel(int level);
+ void SetWebVRSecureOrigin(bool secure);
void SetLoading(bool loading);
void SetURL(const GURL& url);

Powered by Google App Engine
This is Rietveld 408576698