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

Unified Diff: chrome/browser/flag_descriptions.cc

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/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('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 63877eb6febaef5cfb98be3b192b88071265d96a..3cd7892c561ac045ff2393375144b64ee04f2c0a 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2740,6 +2740,16 @@ const char kDebugShortcutsDescription[] =
"Enables additional keyboard shortcuts that are useful for debugging "
"Ash.";
+#if defined(OS_ANDROID)
+
+const char kEnableCustomContextMenuName[] = "Enable custom context menu";
+
+const char kEnableCustomContextMenuDescription[] =
+ "Enables a new context menu when a link, image, or video is pressed within "
+ "Chrome.";
+
+#endif // defined(OS_ANDROID)
+
#if defined(OS_CHROMEOS)
// File Manager
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698