| Index: chrome/browser/app_controller_mac.h
|
| diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
|
| index bd6e7a556d326db7e84ab7a881f7ecadf1b24147..1d74cb094dd6dc8b96dccb958ad244d02c93c421 100644
|
| --- a/chrome/browser/app_controller_mac.h
|
| +++ b/chrome/browser/app_controller_mac.h
|
| @@ -25,6 +25,8 @@ class GURL;
|
| class HistoryMenuBridge;
|
| class Profile;
|
| @class ProfileMenuController;
|
| +class QuitWithAppsController;
|
| +
|
| namespace ui {
|
| class WorkAreaWatcherObserver;
|
| }
|
| @@ -87,6 +89,9 @@ class WorkAreaWatcherObserver;
|
|
|
| scoped_ptr<PrefChangeRegistrar> profilePrefRegistrar_;
|
| PrefChangeRegistrar localPrefRegistrar_;
|
| +
|
| + // Displays a notification when quitting while apps are running.
|
| + scoped_refptr<QuitWithAppsController> quitWithAppsController_;
|
| }
|
|
|
| @property(readonly, nonatomic) BOOL startupComplete;
|
|
|