summaryrefslogtreecommitdiff
path: root/chromium/content/browser/appcache/appcache_namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/appcache/appcache_namespace.h')
-rw-r--r--chromium/content/browser/appcache/appcache_namespace.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chromium/content/browser/appcache/appcache_namespace.h b/chromium/content/browser/appcache/appcache_namespace.h
index 709d5ce13aa..b08f9a4aed9 100644
--- a/chromium/content/browser/appcache/appcache_namespace.h
+++ b/chromium/content/browser/appcache/appcache_namespace.h
@@ -29,9 +29,12 @@ struct CONTENT_EXPORT AppCacheNamespace {
AppCacheNamespaceType type;
GURL namespace_url;
GURL target_url;
+
+ // TODO(jsbell): Remove pattern support, since it has been removed from the
+ // parser already.
bool is_pattern;
};
} // namespace content
-#endif // CONTENT_BROWSER_APPCACHE_APPCACHE_NAMESPACE_H_ \ No newline at end of file
+#endif // CONTENT_BROWSER_APPCACHE_APPCACHE_NAMESPACE_H_