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

Unified Diff: chrome/common/chrome_switches.cc

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.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 0bd9b87ceecb65a4a9b5e8b8ff2f4d5fa055b04d..bc9a0812567687500c147ba06df7c8068f4a0132 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -293,6 +293,15 @@ const char kDumpBrowserHistograms[] = "dump-browser-histograms";
// Overrides the path of Easy Unlock component app.
const char kEasyUnlockAppPath[] = "easy-unlock-app-path";
+// Enables the display of a banner allowing the user to add a web
+// app to their shelf (or platform-specific equivalent)
+const char kEnableAddToShelf[] = "enable-add-to-shelf";
+
+// Enables aggressive process tracking to try to catch all processes that have
+// been created.
+const char kEnableAggressiveProcessTracking[] =
+ "enable-aggressive-process-tracking";
+
// If the WebRTC logging private API is active, enables audio debug recordings.
const char kEnableAudioDebugRecordingsFromExtension[] =
"enable-audio-debug-recordings-from-extension";

Powered by Google App Engine
This is Rietveld 408576698