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

Unified Diff: ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h

Issue 2561493002: Pass Physical Web metadata through a struct (Closed)
Patch Set: C++ cast afterparty Created 4 years 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/browser/physical_web/ios_chrome_physical_web_data_source.h
diff --git a/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h b/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
index 40d0ebb021f5a4785bc4d56fe57fbd5413ff1946..29967e41ed847f629aa7edca99335486a9775156 100644
--- a/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
+++ b/ios/chrome/browser/physical_web/ios_chrome_physical_web_data_source.h
@@ -31,7 +31,7 @@ class IOSChromePhysicalWebDataSource
// Returns a list of resolved URLs and associated page metadata. If network
// requests are disabled, the list will be empty.
- std::unique_ptr<base::ListValue> GetMetadata() override;
+ std::unique_ptr<base::ListValue> GetMetadataListValue() override;
// Returns boolean |true| if network requests are disabled and there are one
// or more discovered URLs that have not been sent to the resolution service.

Powered by Google App Engine
This is Rietveld 408576698