| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 244e371a54a230b53b7ae00ae1ccf9d69893b614..8582b4937d6b6066eacd5de6372c9332f78dad30 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -635,6 +635,13 @@ const char kMaxUntiledLayerWidth[] = "max-untiled-layer-width";
|
| // Renderer.Memory histogram. Used in memory tests.
|
| const char kMemoryMetrics[] = "memory-metrics";
|
|
|
| +// Sets options for MHTML generator to skip no-store resources:
|
| +// "skip-nostore-main" - fails to save a page if main frame is 'no-store'
|
| +// "skip-nostore-all" - also skips no-store subresources.
|
| +const char kMHTMLGeneratorOption[] = "mhtml-generator-option";
|
| +const char kMHTMLSkipNostoreMain[] = "skip-nostore-main";
|
| +const char kMHTMLSkipNostoreAll[] = "skip-nostore-all";
|
| +
|
| // Use a Mojo-based LocalStorage implementation.
|
| const char kMojoLocalStorage[] = "mojo-local-storage";
|
|
|
|
|