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

Unified Diff: components/handoff/handoff_manager.h

Issue 1000723003: handoff: Fix the origin so that it correctly reflects the sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from avi. Created 5 years, 9 months 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') | components/handoff/handoff_manager.mm » ('J')
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 8b28a35b7a31973aea0d6d0d455b4783a59361e5..b29394d717391d473795d868e55b6d635437c01b 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,6 +21,7 @@
GURL _activeURL;
NSUserActivity* _userActivity;
+ handoff::Origin _origin;
}
// The active URL is defined as the URL of the most recently accessed tab. This
« no previous file with comments | « no previous file | components/handoff/handoff_manager.mm » ('j') | components/handoff/handoff_manager.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698