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

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: 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_features.h » ('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 71e11e2db6077b00ec0712d856766771b4595da7..71c0017a29c796237f7356b797369c4050784b2c 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -243,6 +243,12 @@ const char kTopChromeMdMaterial[] = "Normal";
const char kTopChromeMdMaterialHybrid[] = "Touch";
+const char kSiteDetails[] = "Site Details";
+
+const char kSiteDetailsDescription[] =
+ "Adds UI in MD Settings to view all content settings for a specific "
+ "origin.";
+
const char kSiteSettings[] = "Site settings with All sites and Site details";
const char kSiteSettingsDescription[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698