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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: change element.$.someId to element.$$(#someId) 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/engagement/important_sites_util.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 3184daab40c4b1f50ee7fdf6fd097419e0d5c7ce..11b58565ab56f15a2d3bc323ed2eabb6a268fcf0 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -395,6 +395,9 @@ extern const char kIconNtpDescription[];
extern const char kIgnoreGpuBlacklistName[];
extern const char kIgnoreGpuBlacklistDescription[];
+extern const char kImportantSitesInCbdName[];
+extern const char kImportantSitesInCbdDescription[];
+
extern const char kInertVisualViewportName[];
extern const char kInertVisualViewportDescription[];
@@ -946,9 +949,6 @@ extern const char kHerbPrototypeChoicesName[];
extern const char kHerbPrototypeChoicesDescription[];
extern const char kHerbPrototypeFlavorElderberry[];
-extern const char kImportantSitesInCbdName[];
-extern const char kImportantSitesInCbdDescription[];
-
extern const char kLsdPermissionPromptName[];
extern const char kLsdPermissionPromptDescription[];
« no previous file with comments | « chrome/browser/engagement/important_sites_util.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698