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

Unified Diff: chrome/common/pref_names.h

Issue 18430004: Sets correct ActivityLog enabled status to the first renderer process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 35af4c0970367efc189da0170083bad9b35eff85..6751f089154b0bf0404848a0ee1c58b7cdb0bcd4 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -926,6 +926,8 @@ extern const char kModuleConflictBubbleShown[];
extern const char kDRMSalt[];
extern const char kEnableDRM[];
+extern const char kActivityLogExtensionActive[];
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698