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

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

Issue 2902043005: [vr] Add incognito coloring (Closed)
Patch Set: rebase Created 3 years, 7 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 cad76a38d0d27109813246e382e00d3071c97d42..135ce90f8b3166053d3ab8693a44e9caad73e034 100644
--- a/chrome/browser/android/vr_shell/ui_interface.h
+++ b/chrome/browser/android/vr_shell/ui_interface.h
@@ -26,6 +26,7 @@ class UiInterface {
virtual void SetWebVrMode(bool enabled) = 0;
virtual void SetURL(const GURL& url) = 0;
virtual void SetFullscreen(bool enabled) = 0;
+ virtual void SetIncognito(bool enabled) = 0;
virtual void SetSecurityLevel(int level) = 0;
virtual void SetWebVrSecureOrigin(bool secure) = 0;
virtual void SetLoading(bool loading) = 0;

Powered by Google App Engine
This is Rietveld 408576698