Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / precache / core / precache_switches.cc
bloba0ea84a9c9c399e268d5dce7d76b3db209c22ae4
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/precache/core/precache_switches.h"
7 namespace precache {
8 namespace switches {
10 // Enables the proactive populating of the disk cache with Web resources that
11 // are likely to be needed in future page fetches.
12 const char kEnablePrecache[] = "enable-precache";
14 // The URL that provides the PrecacheConfigurationSettings proto.
15 const char kPrecacheConfigSettingsURL[] = "precache-config-settings-url";
17 // Precache manifests will be served from URLs with this prefix.
18 const char kPrecacheManifestURLPrefix[] = "precache-manifest-url-prefix";
20 } // namespace switches
21 } // namespace precache