| Index: chrome/browser/extensions/api/web_request/web_request_api.h
|
| diff --git a/chrome/browser/extensions/api/web_request/web_request_api.h b/chrome/browser/extensions/api/web_request/web_request_api.h
|
| index f29d699a5cede3d8002bc9a9bf0be48331b63649..daecd208ced605430bc707efc0420c061b8b9e33 100644
|
| --- a/chrome/browser/extensions/api/web_request/web_request_api.h
|
| +++ b/chrome/browser/extensions/api/web_request/web_request_api.h
|
| @@ -437,7 +437,7 @@ class WebRequestHandlerBehaviorChanged : public SyncIOThreadExtensionFunction {
|
| QuotaLimitHeuristics* heuristics) const OVERRIDE;
|
| // Handle quota exceeded gracefully: Only warn the user but still execute the
|
| // function.
|
| - virtual void OnQuotaExceeded() OVERRIDE;
|
| + virtual void OnQuotaExceeded(const std::string& error) OVERRIDE;
|
| virtual bool RunImpl() OVERRIDE;
|
| };
|
|
|
|
|