| Index: chrome/browser/app_controller_mac.h
|
| diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
|
| index 06c7ab18a6cb6d94c4bb22232307bfd3bc75e887..6eb522c2b4aba84432dd96d6d9ea32b99703159a 100644
|
| --- a/chrome/browser/app_controller_mac.h
|
| +++ b/chrome/browser/app_controller_mac.h
|
| @@ -22,7 +22,6 @@ class AppControllerProfileObserver;
|
| class BookmarkMenuBridge;
|
| class CommandUpdater;
|
| class GURL;
|
| -@class HandoffManager;
|
| class HistoryMenuBridge;
|
| class Profile;
|
| @class ProfileMenuController;
|
| @@ -98,9 +97,6 @@ class WorkAreaWatcherObserver;
|
|
|
| // Displays a notification when quitting while apps are running.
|
| scoped_refptr<QuitWithAppsController> quitWithAppsController_;
|
| -
|
| - // Responsible for maintaining all state related to the Handoff feature.
|
| - base::scoped_nsobject<HandoffManager> handoffManager_;
|
| }
|
|
|
| @property(readonly, nonatomic) BOOL startupComplete;
|
|
|