Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index d3e7af50bf410d80e647645a23b7588db1e79125..cb03e5e828bbf917290512854777dcb6532c662c 100644 |
--- a/chrome/browser/flag_descriptions.cc |
+++ b/chrome/browser/flag_descriptions.cc |
@@ -2786,6 +2786,10 @@ const char kDebugShortcutsDescription[] = |
"Enables additional keyboard shortcuts that are useful for debugging " |
"Ash."; |
+const char kMemoryAblationName[] = "Memory ablation experiment"; |
+const char kMemoryAblationDescription[] = |
+ "Allocates extra memory in the browser process."; |
+ |
#if defined(OS_ANDROID) |
const char kEnableCustomContextMenuName[] = "Enable custom context menu"; |