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

Unified Diff: chrome/browser/android/vr_shell/color_scheme.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/color_scheme.h
diff --git a/chrome/browser/android/vr_shell/color_scheme.h b/chrome/browser/android/vr_shell/color_scheme.h
index 1d304397ca39ac1f0ec81bc1fb3ad67a50f145e9..9f68e12aafc9d2617d74c5b30ade4aca95a6218b 100644
--- a/chrome/browser/android/vr_shell/color_scheme.h
+++ b/chrome/browser/android/vr_shell/color_scheme.h
@@ -10,10 +10,10 @@
namespace vr_shell {
struct ColorScheme {
- // TODO(vollick): Add support for incognito.
enum Mode : int {
kModeNormal = 0,
kModeFullscreen,
+ kModeIncognito,
kNumModes,
};
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/color_scheme.cc » ('j') | chrome/browser/android/vr_shell/ui_scene_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698