| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 70b1a5fd094598b098f793d915f266e226ea444b..181fb9c77b355e4cd6f53ceb46bd86cd4f8cf7a3 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -38,6 +38,7 @@
|
| #include "chrome/common/extensions/manifest.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| +#include "extensions/common/one_shot_event.h"
|
| #include "sync/api/string_ordinal.h"
|
| #include "sync/api/sync_change.h"
|
| #include "sync/api/syncable_service.h"
|
| @@ -708,7 +709,7 @@ class ExtensionService
|
| };
|
| typedef std::list<NaClModuleInfo> NaClModuleInfoList;
|
|
|
| - // Sets the ready_ flag and sends a notification to the listeners.
|
| + // Sets is_ready and sends a notification to the listeners.
|
| void SetReadyAndNotifyListeners();
|
|
|
| // Return true if the sync type of |extension| matches |type|.
|
| @@ -903,10 +904,6 @@ class ExtensionService
|
| // Used by dispatchers to limit API quota for individual extensions.
|
| ExtensionsQuotaService quota_service_;
|
|
|
| - // Record that Init() has been called, and chrome::EXTENSIONS_READY
|
| - // has fired.
|
| - bool ready_;
|
| -
|
| // Our extension updater, if updates are turned on.
|
| scoped_ptr<extensions::ExtensionUpdater> updater_;
|
|
|
|
|