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

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: nits Created 7 years, 4 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 d6d79b2810518a8a8ff3ec1d8971ceef11ff6ad9..4a051283fd212329ccaab56b13c92107604b118f 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -932,6 +932,8 @@ extern const char kModuleConflictBubbleShown[];
extern const char kDRMSalt[];
extern const char kEnableDRM[];
+extern const char kWatchdogExtensionActive[];
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698