| Index: chrome/browser/extensions/external_loader.h
|
| diff --git a/chrome/browser/extensions/external_loader.h b/chrome/browser/extensions/external_loader.h
|
| index ecc11d68439e641636a20656c97ccd919458faf8..83948dbc22087db8c5f40d0efbc0bcfd9ee80b0e 100644
|
| --- a/chrome/browser/extensions/external_loader.h
|
| +++ b/chrome/browser/extensions/external_loader.h
|
| @@ -69,6 +69,8 @@ class ExternalLoader : public base::RefCountedThreadSafe<ExternalLoader> {
|
| // this task should invoke |LoadFinished| with a PostTask. This scheme of
|
| // posting tasks will avoid concurrent access and imply the necessary memory
|
| // barriers.
|
| + // TODO(lazyboy): To avoid |prefs_| getting unexpectedly overwritten before it
|
| + // is consumed, consider passing the prefs directly in LoadFinished().
|
| std::unique_ptr<base::DictionaryValue> prefs_;
|
|
|
| private:
|
|
|