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

Unified Diff: webkit/browser/appcache/appcache_update_job.h

Issue 22314003: NavigationController prototype Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NavController prototype - chrome side Created 7 years, 3 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 | « webkit/browser/appcache/appcache_service.cc ('k') | webkit/browser/appcache/appcache_update_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/appcache/appcache_update_job.h
diff --git a/webkit/browser/appcache/appcache_update_job.h b/webkit/browser/appcache/appcache_update_job.h
index 61b88271c6a5dbecf010fbd18eed956087881890..784395761edb92bc6fdede50b0a8d3732b3643de 100644
--- a/webkit/browser/appcache/appcache_update_job.h
+++ b/webkit/browser/appcache/appcache_update_job.h
@@ -40,6 +40,9 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheUpdateJob
// in progress.
void StartUpdate(AppCacheHost* host, const GURL& new_master_resource);
+ // Hackery for 'registerController'
+ void StartUpdateWithFakeManifest(Manifest* manifest);
+
private:
friend class AppCacheUpdateJobTest;
class URLFetcher;
@@ -300,6 +303,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheUpdateJob
// Whether we've stored the resulting group/cache yet.
StoredState stored_state_;
+ bool using_fake_manifest_;
+
FRIEND_TEST_ALL_PREFIXES(AppCacheGroupTest, QueueUpdate);
DISALLOW_COPY_AND_ASSIGN(AppCacheUpdateJob);
« no previous file with comments | « webkit/browser/appcache/appcache_service.cc ('k') | webkit/browser/appcache/appcache_update_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698