| Index: third_party/WebKit/public/platform/WebApplicationCacheHost.h
|
| diff --git a/third_party/WebKit/public/platform/WebApplicationCacheHost.h b/third_party/WebKit/public/platform/WebApplicationCacheHost.h
|
| index ce1bb3372c60cd40d172d683a8d32ddadae5c704..dcf4090be98cabfaa34910d7a78f6ee7aa8fe1f8 100644
|
| --- a/third_party/WebKit/public/platform/WebApplicationCacheHost.h
|
| +++ b/third_party/WebKit/public/platform/WebApplicationCacheHost.h
|
| @@ -80,9 +80,10 @@ class WebApplicationCacheHost {
|
| const WebApplicationCacheHost* spawningHost) {}
|
| virtual void willStartSubResourceRequest(WebURLRequest&) {}
|
|
|
| - // One or the other selectCache methods is called after having parsed the <html> tag.
|
| - // The latter returns false if the current document has been identified as a "foreign"
|
| - // entry, in which case the frame navigation will be restarted by webkit.
|
| + // One or the other selectCache methods is called after having parsed the
|
| + // <html> tag. The latter returns false if the current document has been
|
| + // identified as a "foreign" entry, in which case the frame navigation will be
|
| + // restarted by webkit.
|
| virtual void selectCacheWithoutManifest() {}
|
| virtual bool selectCacheWithManifest(const WebURL& manifestURL) {
|
| return true;
|
|
|