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

Unified Diff: content/common/appcache_interfaces.h

Issue 2646033003: DevTools: streamline console logging levels, migrate 'log' to 'info' level, 'debug' to 'verbose' le… (Closed)
Patch Set: missing rebaseline Created 3 years, 11 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 | « content/child/appcache/appcache_frontend_impl.cc ('k') | content/public/common/console_message_level.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/appcache_interfaces.h
diff --git a/content/common/appcache_interfaces.h b/content/common/appcache_interfaces.h
index 12cc7c11d5dbdb018d38d31eb4eb561399ffa27a..8d7da5af1d9c8effe31b76f461013730d7d30106 100644
--- a/content/common/appcache_interfaces.h
+++ b/content/common/appcache_interfaces.h
@@ -35,10 +35,10 @@ enum AppCacheEventID {
// Temporarily renumber them in wierd way, to help remove LOG_TIP from WebKit
enum AppCacheLogLevel {
- APPCACHE_LOG_DEBUG = 4,
- APPCACHE_LOG_INFO = 1,
- APPCACHE_LOG_WARNING = 2,
- APPCACHE_LOG_ERROR = 3,
+ APPCACHE_LOG_VERBOSE,
+ APPCACHE_LOG_INFO,
+ APPCACHE_LOG_WARNING,
+ APPCACHE_LOG_ERROR
};
enum AppCacheNamespaceType {
« no previous file with comments | « content/child/appcache/appcache_frontend_impl.cc ('k') | content/public/common/console_message_level.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698