| Index: chrome/browser/extensions/default_apps.h
|
| diff --git a/chrome/browser/extensions/default_apps.h b/chrome/browser/extensions/default_apps.h
|
| index 1f572dffe20e8e66d6a1dd7264e8ac3066c29b55..767b2f3f99f68713b93a3ef07fae3e7336cff4b5 100644
|
| --- a/chrome/browser/extensions/default_apps.h
|
| +++ b/chrome/browser/extensions/default_apps.h
|
| @@ -43,6 +43,9 @@ class DefaultApps {
|
| // no apps need to be installed.
|
| const ExtensionIdSet* GetAppsToInstall() const;
|
|
|
| + // Gets the list of default apps.
|
| + const ExtensionIdSet* GetDefaultApps() const;
|
| +
|
| // Should be called after each app is installed. Once installed_ids contains
|
| // all the default apps, GetAppsToInstall() will start returning NULL.
|
| void DidInstallApp(const ExtensionIdSet& installed_ids);
|
|
|