Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(987)

Unified Diff: chrome/browser/app_controller_mac.h

Issue 794853004: Reland 1: "mac: Allow Chrome to hand off its active URL to other devices." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from avi. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_controller_mac.h
diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h
index 6eb522c2b4aba84432dd96d6d9ea32b99703159a..a3f64818927fd6d69413af563b3dba58972d0c7c 100644
--- a/chrome/browser/app_controller_mac.h
+++ b/chrome/browser/app_controller_mac.h
@@ -22,6 +22,8 @@ class AppControllerProfileObserver;
class BookmarkMenuBridge;
class CommandUpdater;
class GURL;
+class HandoffActiveURLObserverBridge;
+@class HandoffManager;
class HistoryMenuBridge;
class Profile;
@class ProfileMenuController;
@@ -97,6 +99,13 @@ 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_;
+
+ // Observes changes to the active URL.
+ scoped_ptr<HandoffActiveURLObserverBridge>
+ handoff_active_url_observer_bridge_;
}
@property(readonly, nonatomic) BOOL startupComplete;
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698