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 |