Revert 253521 "Introduce telemetry.web_components and a simple c..."
[chromium-blink-merge.git] / chrome_elf / chrome_elf_constants.h
blobfcfbc259770a7247041cbf4b27af32b4eb07358e
1 // Copyright 2014 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 // A handful of resource-like constants related to the ChromeELF.
7 #ifndef CHROME_ELF_CHROME_ELF_CONSTANTS_H_
8 #define CHROME_ELF_CHROME_ELF_CONSTANTS_H_
10 // directory names
11 extern const wchar_t kAppDataDirName[];
12 extern const wchar_t kCanaryAppDataDirName[];
13 extern const wchar_t kLocalStateFilename[];
14 extern const wchar_t kPreferencesFilename[];
15 extern const wchar_t kUserDataDirName[];
17 #endif // CHROME_ELF_CHROME_ELF_CONSTANTS_H_