Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / storage_monitor / removable_device_constants.h
blob2b3ede8c9ff187ceedb5c5d05a9b90c1b352e3db
1 // Copyright (c) 2012 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 #ifndef CHROME_BROWSER_STORAGE_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
6 #define CHROME_BROWSER_STORAGE_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_
8 #include "base/files/file_path.h"
9 #include "base/strings/string16.h"
10 #include "build/build_config.h"
12 // Prefix constants used in device unique id.
13 extern const char kFSUniqueIdPrefix[];
14 extern const char kVendorModelSerialPrefix[];
16 #if defined(OS_LINUX)
17 extern const char kVendorModelVolumeStoragePrefix[];
18 #endif
20 #if defined(OS_WIN)
21 // Windows portable device interface GUID constant.
22 extern const base::char16 kWPDDevInterfaceGUID[];
23 #endif
25 extern const base::FilePath::CharType kDCIMDirectoryName[];
27 #endif // CHROME_BROWSER_STORAGE_MONITOR_REMOVABLE_DEVICE_CONSTANTS_H_