1 // Copyright 2015 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/offline_pages/offline_page_switches.h"
9 // Enable Offline Pages.
10 const char kEnableOfflinePages
[] = "enable-offline-pages";
12 // Disable Offline Pages.
13 const char kDisableOfflinePages
[] = "disable-offline-pages";
15 } // namespace switches