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

Unified Diff: chrome/common/chrome_constants.h

Issue 11421192: Save extension activity log to a file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Another small fix Created 8 years 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_constants.h
===================================================================
--- chrome/common/chrome_constants.h (revision 173817)
+++ chrome/common/chrome_constants.h (working copy)
@@ -61,6 +61,7 @@
extern const FilePath::CharType kCookieFilename[];
extern const FilePath::CharType kCRLSetFilename[];
extern const FilePath::CharType kCustomDictionaryFileName[];
+extern const FilePath::CharType kExtensionActivityLogFilename[];
extern const FilePath::CharType kExtensionsCookieFilename[];
extern const FilePath::CharType kFaviconsFilename[];
extern const FilePath::CharType kFirstRunSentinel[];

Powered by Google App Engine
This is Rietveld 408576698