diff options
Diffstat (limited to 'webkit/appcache/appcache_host.h')
-rw-r--r-- | webkit/appcache/appcache_host.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/appcache/appcache_host.h b/webkit/appcache/appcache_host.h index 439e042..bebc22d 100644 --- a/webkit/appcache/appcache_host.h +++ b/webkit/appcache/appcache_host.h @@ -24,6 +24,10 @@ class AppCacheHost { selected_cache_ = cache; } + bool is_selection_pending() { + return false; // TODO(michaeln) + } + private: // identifies the corresponding appcache host in the child process int host_id_; |