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

Unified Diff: webkit/appcache/appcache.h

Issue 10575044: AppCache - Don't ignore network namespace entries when '*' is in the list. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 | « no previous file | webkit/appcache/appcache.cc » ('j') | webkit/appcache/appcache_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache.h
===================================================================
--- webkit/appcache/appcache.h (revision 143213)
+++ webkit/appcache/appcache.h (working copy)
@@ -176,7 +176,7 @@
AppCacheService* service_;
FRIEND_TEST_ALL_PREFIXES(AppCacheTest, InitializeWithManifest);
-
+ FRIEND_TEST_ALL_PREFIXES(AppCacheTest, ToFromDatabaseRecords);
DISALLOW_COPY_AND_ASSIGN(AppCache);
};
« no previous file with comments | « no previous file | webkit/appcache/appcache.cc » ('j') | webkit/appcache/appcache_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698