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

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

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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: Source/core/page/ConsoleTypes.h
diff --git a/Source/core/page/ConsoleTypes.h b/Source/core/page/ConsoleTypes.h
index 6a1a4b3bad69b18dd29499452eed29ac242d6d07..4d10b82257fe2bb6e43f9c983a7fbd407c18349f 100644
--- a/Source/core/page/ConsoleTypes.h
+++ b/Source/core/page/ConsoleTypes.h
@@ -40,6 +40,7 @@ enum MessageSource {
SecurityMessageSource,
OtherMessageSource,
DeprecationMessageSource,
+ MetaContentMessageSource,
};
enum MessageLevel {

Powered by Google App Engine
This is Rietveld 408576698