| 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..15c39e976539be936d4cd8a6c9efc2abfb1f7123 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. Runs RunWithStorage and runs
|
| + // SendReponse with its success value.
|
| + void RunWithStorageOnFileThread(ExtensionSettingsStorage* storage);
|
| };
|
|
|
| class GetSettingsFunction : public SettingsFunction {
|
|
|