- add sources.
[platform/framework/web/crosswalk.git] / src / components / precache / core / precache_switches.cc
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.
4
5 #include "components/precache/core/precache_switches.h"
6
7 namespace precache {
8 namespace switches {
9
10 // The URL that provides the PrecacheConfigurationSettings proto.
11 const char kPrecacheConfigSettingsURL[] = "precache-config-settings-url";
12
13 // Precache manifests will be served from URLs with this prefix.
14 const char kPrecacheManifestURLPrefix[] = "precache-manifest-url-prefix";
15
16 }  // namespace switches
17 }  // namespace precache