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

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

Issue 2447553003: More pre-MD odds and ends. (Closed)
Patch Set: fix typo Created 4 years, 1 month 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 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 #include "chrome/common/chrome_constants.h" 5 #include "chrome/common/chrome_constants.h"
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 #include "chrome/common/chrome_version.h" 8 #include "chrome/common/chrome_version.h"
9 9
10 #define FPL FILE_PATH_LITERAL 10 #define FPL FILE_PATH_LITERAL
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 FPL("Secure Preferences"); 167 FPL("Secure Preferences");
168 const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State"); 168 const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State");
169 const base::FilePath::CharType kSingletonCookieFilename[] = 169 const base::FilePath::CharType kSingletonCookieFilename[] =
170 FPL("SingletonCookie"); 170 FPL("SingletonCookie");
171 const base::FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock"); 171 const base::FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock");
172 const base::FilePath::CharType kSingletonSocketFilename[] = 172 const base::FilePath::CharType kSingletonSocketFilename[] =
173 FPL("SingletonSocket"); 173 FPL("SingletonSocket");
174 const base::FilePath::CharType kSupervisedUserSettingsFilename[] = 174 const base::FilePath::CharType kSupervisedUserSettingsFilename[] =
175 FPL("Managed Mode Settings"); 175 FPL("Managed Mode Settings");
176 const base::FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak"); 176 const base::FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
177 const base::FilePath::CharType kThemePackMaterialDesignFilename[] =
178 FPL("Cached Theme Material Design.pak");
179 const base::FilePath::CharType kWebAppDirname[] = FPL("Web Applications"); 177 const base::FilePath::CharType kWebAppDirname[] = FPL("Web Applications");
180 178
181 #if defined(OS_WIN) 179 #if defined(OS_WIN)
182 const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons"); 180 const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
183 #endif 181 #endif
184 182
185 // File name of the Pepper Flash plugin on different platforms. 183 // File name of the Pepper Flash plugin on different platforms.
186 const base::FilePath::CharType kPepperFlashPluginFilename[] = 184 const base::FilePath::CharType kPepperFlashPluginFilename[] =
187 #if defined(OS_MACOSX) 185 #if defined(OS_MACOSX)
188 FPL("PepperFlashPlayer.plugin"); 186 FPL("PepperFlashPlayer.plugin");
(...skipping 25 matching lines...) Expand all
214 // user can select for different file types. 212 // user can select for different file types.
215 // {2676A9A2-D919-4FEE-9187-152100393AB2} 213 // {2676A9A2-D919-4FEE-9187-152100393AB2}
216 const char kApplicationClientIDStringForAVScanning[] = 214 const char kApplicationClientIDStringForAVScanning[] =
217 "2676A9A2-D919-4FEE-9187-152100393AB2"; 215 "2676A9A2-D919-4FEE-9187-152100393AB2";
218 216
219 const size_t kMaxMetaTagAttributeLength = 2000; 217 const size_t kMaxMetaTagAttributeLength = 2000;
220 218
221 } // namespace chrome 219 } // namespace chrome
222 220
223 #undef FPL 221 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | chrome/common/extensions/api/extension_action/action_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698