Ensure low-memory renderers retry failed loads correctly.
[chromium-blink-merge.git] / components / drive / drive_pref_names.h
blobf2ba0e423da6799ded4c8a88676bba5f1a43e70d
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_
10 namespace drive {
11 namespace prefs {
13 extern const char kDisableDrive[];
14 extern const char kDisableDriveOverCellular[];
15 extern const char kDisableDriveHostedFiles[];
17 } // namespace prefs
18 } // namespace drive
20 #endif // COMPONENTS_DRIVE_DRIVE_PREF_NAMES_H_