| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index c53e0f596f023eaa2962c533907b7cbd3a80caa0..12e2008ac39cb3ad400311c6191190ea45953d0a 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -148,10 +148,11 @@ class ChromeContentBrowserClient : 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,
|
|
|