| Index: components/handoff/handoff_manager.h
|
| diff --git a/components/handoff/handoff_manager.h b/components/handoff/handoff_manager.h
|
| index 8b28a35b7a31973aea0d6d0d455b4783a59361e5..6660941aa01866e459d3701d6629a8f4690a46a1 100644
|
| --- a/components/handoff/handoff_manager.h
|
| +++ b/components/handoff/handoff_manager.h
|
| @@ -8,6 +8,7 @@
|
| #include <Foundation/Foundation.h>
|
|
|
| #include "base/mac/objc_property_releaser.h"
|
| +#include "components/handoff/handoff_utility.h"
|
| #include "url/gurl.h"
|
|
|
| @class NSUserActivity;
|
| @@ -20,8 +21,11 @@
|
|
|
| GURL _activeURL;
|
| NSUserActivity* _userActivity;
|
| + handoff::Origin _origin;
|
| }
|
|
|
| +- (instancetype)initWithOrigin:(handoff::Origin)origin;
|
| +
|
| // The active URL is defined as the URL of the most recently accessed tab. This
|
| // method should be called any time the active URL might have changed. This
|
| // method is idempotent.
|
|
|