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 76385430b8d0c326d1fc517322c1fc76c1d55d09..edded39e706531f32e44e5f9c38177b81f23b309 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; |
mattreynolds
2016/12/12 19:41:29
(should be GetMetadata)
Also, IOSChromePhysicalWe
|
// 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. |