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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2751333006: Create the base Custom Context Menu Dialog. (Closed)
Patch Set: git rebase Created 3 years, 9 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/android/chrome_feature_list.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 9e97ec7c9d7d892dd9a82f229e86008569aca074..08656e2f3b6ee624acdcfbd51bca5b99d975a2b9 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -2959,6 +2959,16 @@ extern const char kDelayNavigationDescription[];
// Description of the 'Debugging keyboard shortcuts' lab.
extern const char kDebugShortcutsDescription[];
+#if defined(OS_ANDROID)
+
+// Name for the flag to enable the custom context menu.
+extern const char kEnableCustomContextMenuName[];
+
+// Description for the flag to enable the custom context menu.
+extern const char kEnableCustomContextMenuDescription[];
+
+#endif // defined(OS_ANDROID)
+
#if defined(OS_CHROMEOS)
// File Manager
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698