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

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

Issue 2911943002: [vr] Add incognito coloring (Closed)
Patch Set: 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/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 dacf3adbf7b6f76efe5cd1ca656753298b8c8d3f..41c83d616eb0a34da8f4480affb0add02b7c4da2 100644
--- a/chrome/browser/android/vr_shell/vr_gl_thread.h
+++ b/chrome/browser/android/vr_shell/vr_gl_thread.h
@@ -65,6 +65,7 @@ class VrGLThread : public base::Thread,
// UiInterface implementation (VrShell calling to the UI).
void SetFullscreen(bool enabled) override;
+ void SetIncognito(bool incognito) override;
void SetHistoryButtonsEnabled(bool can_go_back, bool can_go_forward) override;
void SetLoadProgress(float progress) override;
void SetLoading(bool loading) override;
« no previous file with comments | « chrome/browser/android/vr_shell/ui_scene_manager_unittest.cc ('k') | chrome/browser/android/vr_shell/vr_gl_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698