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. |