summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_backend_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_backend_impl.h')
-rw-r--r--webkit/appcache/appcache_backend_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_backend_impl.h b/webkit/appcache/appcache_backend_impl.h
index ac563ff..9a0e1ae 100644
--- a/webkit/appcache/appcache_backend_impl.h
+++ b/webkit/appcache/appcache_backend_impl.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -28,6 +28,7 @@ class AppCacheBackendImpl {
// by the backend impl.
bool RegisterHost(int host_id);
bool UnregisterHost(int host_id);
+ bool SetSpawningHostId(int host_id, int spawning_host_id);
bool SelectCache(int host_id,
const GURL& document_url,
const int64 cache_document_was_loaded_from,