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

Unified Diff: components/handoff/handoff_manager.h

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 | « no previous file | components/handoff/handoff_manager.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/handoff/handoff_manager.h
diff --git a/components/handoff/handoff_manager.h b/components/handoff/handoff_manager.h
index 19bde22ee543f6b74d248f4ffae3e1f6e3cea3f9..0d390832d871a55225c2889fff825f614c5f4111 100644
--- a/components/handoff/handoff_manager.h
+++ b/components/handoff/handoff_manager.h
@@ -7,7 +7,6 @@
#include <Foundation/Foundation.h>
-#include "base/mac/objc_property_releaser.h"
#include "build/build_config.h"
#include "components/handoff/handoff_utility.h"
#include "url/gurl.h"
@@ -22,14 +21,7 @@ class PrefRegistrySyncable;
// Maintains all of the state relevant to the Handoff feature. Allows Chrome to
// hand off the current active URL to other devices.
-@interface HandoffManager : NSObject {
- @private
- base::mac::ObjCPropertyReleaser _propertyReleaser_HandoffManager;
-
- GURL _activeURL;
- NSUserActivity* _userActivity;
- handoff::Origin _origin;
-}
+@interface HandoffManager : NSObject
#if defined(OS_IOS)
// Registers preferences related to Handoff.
« no previous file with comments | « no previous file | components/handoff/handoff_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698