Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Side by Side Diff: chrome/common/chrome_constants.h

Issue 9419033: Move creation of BrowserContext objects that live in content to content, instead of depending on th… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // A handful of resource-like constants related to the Chrome application. 5 // A handful of resource-like constants related to the Chrome application.
6 6
7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_
8 #define CHROME_COMMON_CHROME_CONSTANTS_H_ 8 #define CHROME_COMMON_CHROME_CONSTANTS_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 extern const wchar_t kNaClAppName[]; 50 extern const wchar_t kNaClAppName[];
51 extern const FilePath::CharType kExtensionFileExtension[]; 51 extern const FilePath::CharType kExtensionFileExtension[];
52 extern const FilePath::CharType kExtensionKeyFileExtension[]; 52 extern const FilePath::CharType kExtensionKeyFileExtension[];
53 53
54 // filenames 54 // filenames
55 extern const FilePath::CharType kArchivedHistoryFilename[]; 55 extern const FilePath::CharType kArchivedHistoryFilename[];
56 extern const FilePath::CharType kCacheDirname[]; 56 extern const FilePath::CharType kCacheDirname[];
57 extern const FilePath::CharType kCRLSetFilename[]; 57 extern const FilePath::CharType kCRLSetFilename[];
58 extern const FilePath::CharType kMediaCacheDirname[]; 58 extern const FilePath::CharType kMediaCacheDirname[];
59 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[]; 59 extern const FilePath::CharType kOffTheRecordMediaCacheDirname[];
60 extern const FilePath::CharType kAppCacheDirname[];
61 extern const FilePath::CharType kThemePackFilename[]; 60 extern const FilePath::CharType kThemePackFilename[];
62 extern const FilePath::CharType kCookieFilename[]; 61 extern const FilePath::CharType kCookieFilename[];
63 extern const FilePath::CharType kOBCertFilename[]; 62 extern const FilePath::CharType kOBCertFilename[];
64 extern const FilePath::CharType kExtensionsCookieFilename[]; 63 extern const FilePath::CharType kExtensionsCookieFilename[];
65 extern const FilePath::CharType kIsolatedAppStateDirname[]; 64 extern const FilePath::CharType kIsolatedAppStateDirname[];
66 extern const FilePath::CharType kFaviconsFilename[]; 65 extern const FilePath::CharType kFaviconsFilename[];
67 extern const FilePath::CharType kHistoryFilename[]; 66 extern const FilePath::CharType kHistoryFilename[];
68 extern const FilePath::CharType kLocalStateFilename[]; 67 extern const FilePath::CharType kLocalStateFilename[];
69 extern const FilePath::CharType kPreferencesFilename[]; 68 extern const FilePath::CharType kPreferencesFilename[];
70 extern const FilePath::CharType kSafeBrowsingBaseFilename[]; 69 extern const FilePath::CharType kSafeBrowsingBaseFilename[];
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 #endif 113 #endif
115 114
116 #if defined(OS_WIN) 115 #if defined(OS_WIN)
117 // This is used by the PreRead experiment. 116 // This is used by the PreRead experiment.
118 extern const char kPreReadEnvironmentVariable[]; 117 extern const char kPreReadEnvironmentVariable[];
119 #endif 118 #endif
120 119
121 } // namespace chrome 120 } // namespace chrome
122 121
123 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ 122 #endif // CHROME_COMMON_CHROME_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698