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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2810833002: Add memory ablation experiment. (Closed)
Patch Set: Created 3 years, 8 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
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index b83249b181d1bd03ea2fb46fb18fab1fbdaa661a..c3756681a9eab7224209c1f318bed570db804b01 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3010,6 +3010,9 @@ extern const char kDelayNavigationDescription[];
// Description of the 'Debugging keyboard shortcuts' lab.
extern const char kDebugShortcutsDescription[];
+extern const char kMemoryAblationName[];
+extern const char kMemoryAblationDescription[];
+
#if defined(OS_ANDROID)
// Name for the flag to enable the custom context menu.

Powered by Google App Engine
This is Rietveld 408576698