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

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

Issue 2536223002: Omnibox improvements and fixes. (Closed)
Patch Set: Make unit tests compile by including chrome/browser and blink. 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 9088ee4dbadd298bcf4b5c357aafdebb98a69886..67505353c9fb33b672b30c9495837922e554cc9b 100644
--- a/chrome/browser/android/vr_shell/ui_interface.h
+++ b/chrome/browser/android/vr_shell/ui_interface.h
@@ -35,8 +35,8 @@ class UiInterface {
bool GetMenuMode() { return menu_mode_; }
void SetFullscreen(bool enabled);
bool GetFullscreen() { return fullscreen_; }
-
- 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