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 // Constants for the names of preferences related to Google Drive.
7 #ifndef COMPONENTS_DRIVE_DRIVE_PREF_NAMES_H_
8 #define COMPONENTS_DRIVE_DRIVE_PREF_NAMES_H_
13 extern const char kDisableDrive
[];
14 extern const char kDisableDriveOverCellular
[];
15 extern const char kDisableDriveHostedFiles
[];
20 #endif // COMPONENTS_DRIVE_DRIVE_PREF_NAMES_H_