summaryrefslogtreecommitdiffstats
path: root/components/offline_pages/offline_page_switches.h
diff options
context:
space:
mode:
authorjianli <jianli@chromium.org>2015-08-05 13:45:08 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-05 20:46:11 +0000
commitb15d06fd8af2bfd7e04d4261631f40394865bcfc (patch)
treea3d87c0353e289a322843eb98b901fcfad24ad41 /components/offline_pages/offline_page_switches.h
parentfebf078507e3393ea2cd747fa7951fba00eba61f (diff)
downloadchromium_src-b15d06fd8af2bfd7e04d4261631f40394865bcfc.zip
chromium_src-b15d06fd8af2bfd7e04d4261631f40394865bcfc.tar.gz
chromium_src-b15d06fd8af2bfd7e04d4261631f40394865bcfc.tar.bz2
Add about flag for offline page experiment
BUG=491352 Review URL: https://codereview.chromium.org/1260403004 Cr-Commit-Position: refs/heads/master@{#341967}
Diffstat (limited to 'components/offline_pages/offline_page_switches.h')
-rw-r--r--components/offline_pages/offline_page_switches.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/components/offline_pages/offline_page_switches.h b/components/offline_pages/offline_page_switches.h
new file mode 100644
index 0000000..4df0618
--- /dev/null
+++ b/components/offline_pages/offline_page_switches.h
@@ -0,0 +1,15 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGES_SWITCHES_H_
+#define COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGES_SWITCHES_H_
+
+namespace switches {
+
+extern const char kEnableOfflinePages[];
+extern const char kDisableOfflinePages[];
+
+} // namespace switches
+
+#endif // COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGES_SWITCHES_H_