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

Unified Diff: webkit/appcache/appcache_entry.h

Issue 8949001: Fix some loose ends around recently introduced AppCache INTERCEPT namespaces (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 12 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: webkit/appcache/appcache_entry.h
===================================================================
--- webkit/appcache/appcache_entry.h (revision 116156)
+++ webkit/appcache/appcache_entry.h (working copy)
@@ -16,6 +16,7 @@
public:
// An entry can be of more than one type so use a bitmask.
+ // Note: These bit values are stored on disk.
enum Type {
MASTER = 1 << 0,
MANIFEST = 1 << 1,

Powered by Google App Engine
This is Rietveld 408576698