| Index: chrome/browser/extensions/extension_settings_api.h
|
| diff --git a/chrome/browser/extensions/extension_settings_api.h b/chrome/browser/extensions/extension_settings_api.h
|
| index 1ca2180b41d90683b73ea47ba2861963d7af736a..2cc87a09babdeeb1ca2a7b29c1ea6ba36a18f3df 100644
|
| --- a/chrome/browser/extensions/extension_settings_api.h
|
| +++ b/chrome/browser/extensions/extension_settings_api.h
|
| @@ -28,8 +28,9 @@ class SettingsFunction : public AsyncExtensionFunction {
|
| bool UseResult(const ExtensionSettingsStorage::Result& storage_result);
|
|
|
| private:
|
| - // Component of RunImpl which runs on the FILE thread.
|
| - void RunOnFileThread();
|
| + // Called via PostTask from RunImpl. Calls RunWithStorage and then
|
| + // SendReponse with its success value.
|
| + void RunWithSettingsOnFileThread(ExtensionSettings* settings);
|
| };
|
|
|
| class GetSettingsFunction : public SettingsFunction {
|
|
|