| 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 2ebd446c834c7bf7dd3a034cd1314dec4b407048..c421591bcbad24ff7e5902daf06e5235c9ef7a4a 100644
|
| --- a/android_webview/browser/aw_content_browser_client.h
|
| +++ b/android_webview/browser/aw_content_browser_client.h
|
| @@ -79,10 +79,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,
|
|
|