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

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: 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 172624)
+++ chrome/common/chrome_constants.h (working copy)
@@ -52,6 +52,7 @@
extern const FilePath::CharType kExtensionKeyFileExtension[];
// filenames
+extern const FilePath::CharType kActivityLogFilename[];
Eric Dingle 2012/12/13 20:37:34 Might be wise to use kExtensionActivityLogFilename
felt 2012/12/15 02:51:52 Done.
#if defined(OS_ANDROID)
extern const FilePath::CharType kAndroidCacheFilename[];
#endif

Powered by Google App Engine
This is Rietveld 408576698