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

Unified Diff: chrome/common/chrome_switches.h

Issue 2988453002: Task manager tracking RenderProcessHosts processes (Closed)
Patch Set: formatting fixes Created 3 years, 5 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/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 7225a049a60a5afc4267ad025ec3e2b4b090c1f0..496d671cd755d9dc733330f2c037fd1a4bd02e31 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -98,6 +98,8 @@ extern const char kDiskCacheSize[];
extern const char kDnsLogDetails[];
extern const char kDumpBrowserHistograms[];
extern const char kEasyUnlockAppPath[];
+extern const char kEnableAddToShelf[];
ncarter (slow) 2017/07/26 21:22:35 This looks like a merge error.
cburn 2017/07/27 19:28:30 It is.
+extern const char kEnableAggressiveProcessTracking[];
ncarter (slow) 2017/07/26 21:22:35 This flag should mention the task manager somehow,
cburn 2017/07/27 19:28:30 Done.
extern const char kEnableAudioDebugRecordingsFromExtension[];
extern const char kEnableAutomation[];
extern const char kEnableBookmarkUndo[];

Powered by Google App Engine
This is Rietveld 408576698