Content settings: remove some plugin-related code/resources when... there are no...
[chromium-blink-merge.git] / components / offline_pages / offline_page_switches.cc
blob2a24c35c0c6cb843b59ae4cf44d23325dc1f35bf
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"
7 namespace switches {
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