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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2926993002: Add chrome://flags/#browser-side-navigation (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0bc16a4c398b1733b39f44b2b286fbaf8d482b1b..efc62570d38b23a6c95a3809cdbc4055dbf50bed 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -6,6 +6,11 @@
namespace flag_descriptions {
+const char kBrowserSideNavigationName[] = "Enable browser side navigation";
+
+const char kBrowserSideNavigationDescription[] =
+ "Enable browser side navigation (aka PlzNaviate).";
+
// Material Design version of chrome://bookmarks
const char kEnableMaterialDesignBookmarksName[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698