Support heap profiling for GPU process.
This CL renames the memlog mode kBrowser to be kMinimal, and kMinimal now
profiles both the browser and GPU processes. In kMinimal or kAll memlog mode,
the GPU process will upload a report if private memory footprint exceeds 1 GB.
Bug:
Change-Id: Iae1b6cb101ecafcdc7724c0ffda4c35fd9704a56
Reviewed-on: https://chromium-review.googlesource.com/658146
Reviewed-by: Brett Wilson <[email protected]>
Commit-Queue: Erik Chen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#501046}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 7e7707b..19ed2368 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -279,7 +279,7 @@
extern const char kEnableOutOfProcessHeapProfilingName[];
extern const char kEnableOutOfProcessHeapProfilingDescription[];
-extern const char kEnableOutOfProcessHeapProfilingModeBrowser[];
+extern const char kEnableOutOfProcessHeapProfilingModeMinimal[];
extern const char kEnableOutOfProcessHeapProfilingModeAll[];
extern const char kEnablePictureInPictureName[];