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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: change ImportantSite type declaration Created 3 years, 8 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 0d952353bfd79c551530e55f5f021f6752df96a3..0180c26849b646a8737b300330994860b5f84519 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -684,8 +684,6 @@ const char kPassiveEventListenerDefaultDescription[] =
"demonstrating the potential performance benefits of adopting passive "
"event listeners.";
-#if defined(OS_ANDROID)
-
const char kImportantSitesInCbdName[] =
"Important sites options in clear browsing data dialog";
@@ -693,8 +691,6 @@ const char kImportantSitesInCbdDescription[] =
"Include the option to whitelist important sites in the clear browsing "
"data dialog.";
-#endif // defined(OS_ANDROID)
-
#if defined(USE_ASH)
const char kAshShelfColor[] = "Shelf color in Chrome OS system UI";

Powered by Google App Engine
This is Rietveld 408576698