| Index: chrome/browser/apps/ephemeral_app_service.h
|
| diff --git a/chrome/browser/apps/ephemeral_app_service.h b/chrome/browser/apps/ephemeral_app_service.h
|
| index ee4b9b1cc752fc8c94448c9f01f310d0d5d0e57c..367c5544f85e9630461a5ae6cac6a8cde9d1c0da 100644
|
| --- a/chrome/browser/apps/ephemeral_app_service.h
|
| +++ b/chrome/browser/apps/ephemeral_app_service.h
|
| @@ -34,6 +34,9 @@ class EphemeralAppService : public KeyedService,
|
| explicit EphemeralAppService(Profile* profile);
|
| virtual ~EphemeralAppService();
|
|
|
| + // Clears the ephemeral app cache. Removes all idle ephemeral apps.
|
| + void ClearCachedApps();
|
| +
|
| int ephemeral_app_count() const { return ephemeral_app_count_; }
|
|
|
| // Constants exposed for testing purposes:
|
|
|