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

Unified Diff: chrome/browser/flag_descriptions.cc

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.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index b7dca3030175f3c32c84b5a9bd4308a7c50800b8..e4a7dc9a859c12ea921bdd3323674894e4e47039 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -252,6 +252,11 @@ const char kTopChromeMdMaterial[] = "Normal";
const char kTopChromeMdMaterialHybrid[] = "Touch";
+const char kSiteDetails[] = "Site details";
+
+const char kSiteDetailsDescription[] =
+ "Adds UI to view all content settings for a specific origin.";
dominickn 2017/05/05 02:58:53 Nit: "Adds UI in MD Settings to view..." ?
Patti Lor 2017/05/05 08:45:21 Oh, that's better-thanks!
+
const char kSiteSettings[] = "Site settings with All sites and Site details";
const char kSiteSettingsDescription[] =

Powered by Google App Engine
This is Rietveld 408576698