| Index: chrome/browser/extensions/external_pref_extension_provider.h
|
| diff --git a/chrome/browser/extensions/external_pref_extension_provider.h b/chrome/browser/extensions/external_pref_extension_provider.h
|
| index 8b9eb0bd4e1e7740c448939391e32fcd0ed2a71d..b74be3966745cc30684cb4fdcf554d06e56ab065 100644
|
| --- a/chrome/browser/extensions/external_pref_extension_provider.h
|
| +++ b/chrome/browser/extensions/external_pref_extension_provider.h
|
| @@ -10,6 +10,8 @@
|
|
|
| // A specialization of the ExternalExtensionProvider that uses a json file to
|
| // look up which external extensions are registered.
|
| +// Instances of this class are expected to be created and destroyed on the UI
|
| +// thread and they are expecting public method calls from the FILE thread.
|
| class ExternalPrefExtensionProvider : public StatefulExternalExtensionProvider {
|
| public:
|
| explicit ExternalPrefExtensionProvider();
|
|
|