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

Unified Diff: components/handoff/handoff_manager.mm

Issue 2536073003: Cleanup handoff_manager.h header. (Closed)
Patch Set: git cl w Created 4 years, 1 month 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 | « components/handoff/handoff_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/handoff/handoff_manager.mm
diff --git a/components/handoff/handoff_manager.mm b/components/handoff/handoff_manager.mm
index e7816ad5a5ee76b2081882fb92da5c43acb9e50f..cdcb8f169018fe27e5bf9b36240a32e33c5eaee0 100644
--- a/components/handoff/handoff_manager.mm
+++ b/components/handoff/handoff_manager.mm
@@ -5,6 +5,7 @@
#include "components/handoff/handoff_manager.h"
#include "base/logging.h"
+#include "base/mac/objc_property_releaser.h"
#include "base/mac/scoped_nsobject.h"
#include "net/base/mac/url_conversions.h"
@@ -32,7 +33,12 @@
@end
-@implementation HandoffManager
+@implementation HandoffManager {
+ base::mac::ObjCPropertyReleaser _propertyReleaser_HandoffManager;
+ GURL _activeURL;
+ NSUserActivity* _userActivity;
+ handoff::Origin _origin;
+}
@synthesize userActivity = _userActivity;
« no previous file with comments | « components/handoff/handoff_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698