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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2888203003: Add separate feature flag for VR CCT browsing. (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/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 28aff3a4a88030789a01b3196a70ad135b556fd2..7b272ec37b17bafe6f987d58fcaae88d5b850e59 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -936,6 +936,9 @@ extern const char kEnableSpecialLocaleDescription[];
extern const char kEnableVrShellName[];
extern const char kEnableVrShellDescription[];
+extern const char kVrCustomTabBrowsingName[];
+extern const char kVrCustomTabBrowsingDescription[];
+
extern const char kEnableWebapk[];
extern const char kEnableWebapkDescription[];

Powered by Google App Engine
This is Rietveld 408576698