Content settings: remove some plugin-related code/resources when... there are no...
[chromium-blink-merge.git] / components / drive / drive_pref_names.cc
blob352e6cf3729f0cc97557d7cf20c4fdc969851a9f
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/drive/drive_pref_names.h"
7 namespace drive {
8 namespace prefs {
10 // A boolean pref to disable Google Drive integration.
11 // The pref prefix should remain as "gdata" for backward compatibility.
12 const char kDisableDrive[] = "gdata.disabled";
14 // A boolean pref to disable Drive over cellular connections.
15 // The pref prefix should remain as "gdata" for backward compatibility.
16 const char kDisableDriveOverCellular[] = "gdata.cellular.disabled";
18 // A boolean pref to disable hosted files on Drive.
19 // The pref prefix should remain as "gdata" for backward compatibility.
20 const char kDisableDriveHostedFiles[] = "gdata.hosted_files.disabled";
22 } // namespace prefs
23 } // namespace drive