| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 7c4c219736897a3ced828fc65c557ce00f781073..8342dc970c829b5de0370813820c2f6fd8dd026b 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -622,10 +622,6 @@ const char kMainFrameResizesAreOrientationChanges[] =
|
| const char kMaxUntiledLayerHeight[] = "max-untiled-layer-height";
|
| const char kMaxUntiledLayerWidth[] = "max-untiled-layer-width";
|
|
|
| -// Sample memory usage with high frequency and store the results to the
|
| -// Renderer.Memory histogram. Used in memory tests.
|
| -const char kMemoryMetrics[] = "memory-metrics";
|
| -
|
| // Use a Mojo-based LocalStorage implementation.
|
| const char kMojoLocalStorage[] = "mojo-local-storage";
|
|
|
|
|