| Index: athena/content/app_activity_registry.h
|
| diff --git a/athena/content/app_activity_registry.h b/athena/content/app_activity_registry.h
|
| index 9bcf09f72efde0196d158026d6876a6f47b61de9..09a34ea7e4e0123f5f34ccc68578f58057cde2b2 100644
|
| --- a/athena/content/app_activity_registry.h
|
| +++ b/athena/content/app_activity_registry.h
|
| @@ -75,10 +75,6 @@ class ATHENA_EXPORT AppActivityRegistry {
|
| void RestartApplication(AppActivityProxy* proxy);
|
|
|
| private:
|
| - // Called if an unload of an application should take place asynchronously to
|
| - // avoid object destruction within an observer handler.
|
| - void DelayedUnload();
|
| -
|
| // Gets most recently used AppAcitivty that belongs to the same application.
|
| AppActivity* GetMruActivity();
|
|
|
|
|