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 |