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

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

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
Index: Source/WebCore/loader/appcache/ApplicationCacheHost.h
diff --git a/Source/WebCore/loader/appcache/ApplicationCacheHost.h b/Source/WebCore/loader/appcache/ApplicationCacheHost.h
index da7b7368c247ebac63290fc016e59bfa920d0db8..32b1bed53fff75f10c6b14287074a064491fbe14 100644
--- a/Source/WebCore/loader/appcache/ApplicationCacheHost.h
+++ b/Source/WebCore/loader/appcache/ApplicationCacheHost.h
@@ -80,7 +80,6 @@ namespace WebCore {
OBSOLETE_EVENT // Must remain the last value, this is used to size arrays.
};
-#if ENABLE(INSPECTOR)
struct CacheInfo {
CacheInfo(const KURL& manifest, double creationTime, double updateTime, long long size)
: m_manifest(manifest)
@@ -112,7 +111,6 @@ namespace WebCore {
};
typedef Vector<ResourceInfo> ResourceInfoList;
-#endif
ApplicationCacheHost(DocumentLoader*);
~ApplicationCacheHost();
@@ -150,10 +148,8 @@ namespace WebCore {
void stopDeferringEvents(); // Also raises the events that have been queued up.
-#if ENABLE(INSPECTOR)
void fillResourceList(ResourceInfoList*);
CacheInfo applicationCacheInfo();
-#endif
#if !PLATFORM(CHROMIUM)
bool shouldLoadResourceFromApplicationCache(const ResourceRequest&, ApplicationCacheResource*&);
« no previous file with comments | « Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp ('k') | Source/WebCore/loader/appcache/ApplicationCacheHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698