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

Unified Diff: Source/WebCore/loader/appcache/ApplicationCacheHost.cpp

Issue 13646003: DevTools: Remove ENABLE(INSPECTOR) and ENABLE(JAVASCRIPT_DEBUGGER) from the code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed 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/WebCore/loader/appcache/ApplicationCacheHost.h ('k') | Source/WebCore/page/Console.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/loader/appcache/ApplicationCacheHost.cpp
diff --git a/Source/WebCore/loader/appcache/ApplicationCacheHost.cpp b/Source/WebCore/loader/appcache/ApplicationCacheHost.cpp
index 322bd3c2ab8f359c3c0f379a6f025d6c5b21e7fa..ddd16a3a6e7b74220628bc4b93147f4a98f2ce0a 100644
--- a/Source/WebCore/loader/appcache/ApplicationCacheHost.cpp
+++ b/Source/WebCore/loader/appcache/ApplicationCacheHost.cpp
@@ -273,7 +273,6 @@ void ApplicationCacheHost::stopDeferringEvents()
m_defersEvents = false;
}
-#if ENABLE(INSPECTOR)
void ApplicationCacheHost::fillResourceList(ResourceInfoList* resources)
{
ApplicationCache* cache = applicationCache();
@@ -302,7 +301,6 @@ ApplicationCacheHost::CacheInfo ApplicationCacheHost::applicationCacheInfo()
// FIXME: Add "Creation Time" and "Update Time" to Application Caches.
return CacheInfo(cache->manifestResource()->url(), 0, 0, cache->estimatedSizeInStorage());
}
-#endif
void ApplicationCacheHost::dispatchDOMEvent(EventID id, int total, int done)
{
« no previous file with comments | « Source/WebCore/loader/appcache/ApplicationCacheHost.h ('k') | Source/WebCore/page/Console.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698