| Index: chrome/browser/extensions/extension_function.h
|
| diff --git a/chrome/browser/extensions/extension_function.h b/chrome/browser/extensions/extension_function.h
|
| index adef96a26b2bea8172565f9969be275a86001b7d..110d1713f7a3e2447161a19464d271e98b6393fe 100644
|
| --- a/chrome/browser/extensions/extension_function.h
|
| +++ b/chrome/browser/extensions/extension_function.h
|
| @@ -118,7 +118,7 @@ class ExtensionFunction
|
|
|
| // Called when the quota limit has been exceeded. The default implementation
|
| // returns an error.
|
| - virtual void OnQuotaExceeded();
|
| + virtual void OnQuotaExceeded(const std::string& violation_error);
|
|
|
| // Specifies the raw arguments to the function, as a JSON value.
|
| virtual void SetArgs(const base::ListValue* args);
|
|
|