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

Unified Diff: ios/chrome/common/physical_web/physical_web_request.h

Issue 2413923002: Enable lost URL detection in the Physical Web scanner (Closed)
Patch Set: fix bug, remove AllowDuplicates, fix nits Created 4 years, 2 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
Index: ios/chrome/common/physical_web/physical_web_request.h
diff --git a/ios/chrome/common/physical_web/physical_web_request.h b/ios/chrome/common/physical_web/physical_web_request.h
index 4f3c7644adaf9de4257e6623f4177d5e812ec08d..4187012323e8314e018d6abf9ba57b77c2eddea2 100644
--- a/ios/chrome/common/physical_web/physical_web_request.h
+++ b/ios/chrome/common/physical_web/physical_web_request.h
@@ -21,6 +21,9 @@
- (instancetype)init NS_UNAVAILABLE;
+// Returns the URL sent in the query to the Physical Web service.
+- (NSURL*)requestURL;
+
// Starts the request and call the given |block| when finished.
// |block| should not be nil.
// If an error occurred, the block will be called with a non-nil error.

Powered by Google App Engine
This is Rietveld 408576698