[heap profiler] Update flag desriptions to match the current state.
Also retire --memlog-sampling flag as it is always enabled.
Add description for --memlog-in-process flag.
BUG=923459
Change-Id: Ibea239b2344872df67b649f2dc9cbc0ba347bc32
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1507197
Reviewed-by: Elly Fong-Jones <[email protected]>
Reviewed-by: Stephen Chenney <[email protected]>
Reviewed-by: Erik Chen <[email protected]>
Commit-Queue: Alexei Filippov <[email protected]>
Cr-Commit-Position: refs/heads/master@{#638759}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 9c0eba86..1389e971 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -474,8 +474,10 @@
extern const char kEnableOutOfProcessHeapProfilingModeRendererSampling[];
extern const char kOutOfProcessHeapProfilingKeepSmallAllocations[];
extern const char kOutOfProcessHeapProfilingKeepSmallAllocationsDescription[];
-extern const char kOutOfProcessHeapProfilingSampling[];
-extern const char kOutOfProcessHeapProfilingSamplingDescription[];
+extern const char kOutOfProcessHeapProfilingInProcess[];
+extern const char kOutOfProcessHeapProfilingInProcessDescription[];
+extern const char kOutOfProcessHeapProfilingSamplingRate[];
+extern const char kOutOfProcessHeapProfilingSamplingRateDescription[];
extern const char kOOPHPStackModeName[];
extern const char kOOPHPStackModeDescription[];