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

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

Issue 11421192: Save extension activity log to a file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: something about lkgr Created 7 years, 11 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
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "base/file_path.h" 7 #include "base/file_path.h"
8 8
9 #define FPL FILE_PATH_LITERAL 9 #define FPL FILE_PATH_LITERAL
10 10
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 const FilePath::CharType kAndroidCacheFilename[] = FPL("AndroidCache"); 151 const FilePath::CharType kAndroidCacheFilename[] = FPL("AndroidCache");
152 #endif 152 #endif
153 const FilePath::CharType kArchivedHistoryFilename[] = FPL("Archived History"); 153 const FilePath::CharType kArchivedHistoryFilename[] = FPL("Archived History");
154 const FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks"); 154 const FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
155 const FilePath::CharType kCacheDirname[] = FPL("Cache"); 155 const FilePath::CharType kCacheDirname[] = FPL("Cache");
156 const FilePath::CharType kCookieFilename[] = FPL("Cookies"); 156 const FilePath::CharType kCookieFilename[] = FPL("Cookies");
157 const FilePath::CharType kCRLSetFilename[] = 157 const FilePath::CharType kCRLSetFilename[] =
158 FPL("Certificate Revocation Lists"); 158 FPL("Certificate Revocation Lists");
159 const FilePath::CharType kCustomDictionaryFileName[] = 159 const FilePath::CharType kCustomDictionaryFileName[] =
160 FPL("Custom Dictionary.txt"); 160 FPL("Custom Dictionary.txt");
161 const FilePath::CharType kExtensionActivityLogFilename[] =
162 FPL("Extension Activity");
161 const FilePath::CharType kExtensionsCookieFilename[] = FPL("Extension Cookies"); 163 const FilePath::CharType kExtensionsCookieFilename[] = FPL("Extension Cookies");
162 const FilePath::CharType kFaviconsFilename[] = FPL("Favicons"); 164 const FilePath::CharType kFaviconsFilename[] = FPL("Favicons");
163 const FilePath::CharType kFirstRunSentinel[] = FPL("First Run"); 165 const FilePath::CharType kFirstRunSentinel[] = FPL("First Run");
164 const FilePath::CharType kHistoryFilename[] = FPL("History"); 166 const FilePath::CharType kHistoryFilename[] = FPL("History");
165 const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons"); 167 const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
166 const FilePath::CharType kLocalStateFilename[] = FPL("Local State"); 168 const FilePath::CharType kLocalStateFilename[] = FPL("Local State");
167 const FilePath::CharType kLoginDataFileName[] = FPL("Login Data"); 169 const FilePath::CharType kLoginDataFileName[] = FPL("Login Data");
168 const FilePath::CharType kManagedModePolicyFilename[] = 170 const FilePath::CharType kManagedModePolicyFilename[] =
169 FPL("Managed Mode Settings"); 171 FPL("Managed Mode Settings");
170 const FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache"); 172 const FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 const wchar_t kMetroGetCurrentTabInfoMessage[] = 243 const wchar_t kMetroGetCurrentTabInfoMessage[] =
242 L"CHROME_METRO_GET_CURRENT_TAB_INFO"; 244 L"CHROME_METRO_GET_CURRENT_TAB_INFO";
243 const wchar_t kMetroRegistryPath[] = 245 const wchar_t kMetroRegistryPath[] =
244 L"Software\\" PRODUCT_STRING_PATH L"\\Metro"; 246 L"Software\\" PRODUCT_STRING_PATH L"\\Metro";
245 const wchar_t kLaunchModeValue[] = L"launch_mode"; 247 const wchar_t kLaunchModeValue[] = L"launch_mode";
246 #endif 248 #endif
247 249
248 } // namespace chrome 250 } // namespace chrome
249 251
250 #undef FPL 252 #undef FPL
OLDNEW
« no previous file with comments | « chrome/common/chrome_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698