| Index: android_webview/browser/aw_content_browser_client.h
|
| diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
|
| index 7d4f3f5e447b5fc296326c556429a00221f291e4..248b99bbbcc6df9254e6a404ce4a91e7663f76d1 100644
|
| --- a/android_webview/browser/aw_content_browser_client.h
|
| +++ b/android_webview/browser/aw_content_browser_client.h
|
| @@ -81,10 +81,11 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
|
| unsigned long estimated_size,
|
| content::ResourceContext* context,
|
| const std::vector<std::pair<int, int> >& render_frames) OVERRIDE;
|
| - virtual bool AllowWorkerFileSystem(
|
| + virtual void AllowWorkerFileSystem(
|
| const GURL& url,
|
| content::ResourceContext* context,
|
| - const std::vector<std::pair<int, int> >& render_frames) OVERRIDE;
|
| + const std::vector<std::pair<int, int> >& render_frames,
|
| + base::Callback<void(bool)> callback) OVERRIDE;
|
| virtual bool AllowWorkerIndexedDB(
|
| const GURL& url,
|
| const base::string16& name,
|
|
|