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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2854403003: MD Settings: Add feature flag for showing content settings in a per-origin view. (Closed)
Patch Set: Fix histogram entry? 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 dba02b38595c96dce6d29324df07878a9c0bc391..464b7829fa7b39a3fbdb3736cb3e196c490b7c93 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -260,6 +260,13 @@ extern const char kTopChromeMdMaterial[];
// Top Chrome material hybrid design option (for touchscreens).
extern const char kTopChromeMdMaterialHybrid[];
+// Title of the flag which enables site details in MD settings.
+extern const char kSiteDetails[];
+
+// Description of the flag which enables or disables site details in MD
+// settings.
+extern const char kSiteDetailsDescription[];
+
// Title of the flag which enables the site settings all sites list and site
// details.
extern const char kSiteSettings[];

Powered by Google App Engine
This is Rietveld 408576698