| Index: chrome/browser/apps/drive/drive_app_provider.h
|
| diff --git a/chrome/browser/apps/drive/drive_app_provider.h b/chrome/browser/apps/drive/drive_app_provider.h
|
| index 7fc1b26ea304993dd18ee681b4e7ad398c7b7f5a..56e76a748a1b20444df3bea9b0d56a66ee6e17c4 100644
|
| --- a/chrome/browser/apps/drive/drive_app_provider.h
|
| +++ b/chrome/browser/apps/drive/drive_app_provider.h
|
| @@ -96,6 +96,7 @@ class DriveAppProvider : public drive::DriveAppRegistryObserver,
|
| scoped_ptr<DriveServiceBridge> service_bridge_;
|
| scoped_ptr<DriveAppMapping> mapping_;
|
| DriveAppInfos drive_apps_;
|
| + bool drive_app_registry_updated_;
|
|
|
| // Tracks the pending web app convertions.
|
| ScopedVector<DriveAppConverter> pending_converters_;
|
|
|