| Index: chrome/browser/app_controller_mac.h
|
| diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
|
| index efb07839a1ae375a0a25d42cf13920dda2dbda42..f148c13b534f65cf2f74e5f51baf33537d63480c 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;
|
|
|