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

Unified Diff: Source/core/page/ConsoleTypes.h

Issue 14320022: Warn developers about deprecated features only once per page-load. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: OwnPtr<BitVector> -> BitVector Created 7 years, 8 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
« no previous file with comments | « Source/core/inspector/ConsoleMessage.cpp ('k') | Source/core/page/ContentSecurityPolicy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ConsoleTypes.h
diff --git a/Source/core/page/ConsoleTypes.h b/Source/core/page/ConsoleTypes.h
index 804a167cc95b7ffc845f435776be0e05f315e4ae..6a1a4b3bad69b18dd29499452eed29ac242d6d07 100644
--- a/Source/core/page/ConsoleTypes.h
+++ b/Source/core/page/ConsoleTypes.h
@@ -39,6 +39,7 @@ enum MessageSource {
CSSMessageSource,
SecurityMessageSource,
OtherMessageSource,
+ DeprecationMessageSource,
};
enum MessageLevel {
« no previous file with comments | « Source/core/inspector/ConsoleMessage.cpp ('k') | Source/core/page/ContentSecurityPolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698