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

Unified Diff: components/physical_web/data_source/physical_web_data_source.h

Issue 2231983002: Expose Physical Web data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cco3 comment fixes Created 4 years, 4 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/physical_web/data_source/physical_web_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/physical_web/data_source/physical_web_data_source.h
diff --git a/components/physical_web/data_source/physical_web_data_source.h b/components/physical_web/data_source/physical_web_data_source.h
index 1fa11407fae736e3333edaa026697b54c9d1a824..31a839dc6393206300bca634b5448b70cd9b9f54 100644
--- a/components/physical_web/data_source/physical_web_data_source.h
+++ b/components/physical_web/data_source/physical_web_data_source.h
@@ -7,6 +7,8 @@
#include <memory>
+#include physical_web_listner.h
+
namespace base {
class ListValue;
}
@@ -35,6 +37,9 @@ class PhysicalWebDataSource {
// If discovery is inactive or network requests are enabled, it will always
// return false.
virtual bool HasUnresolvedDiscoveries() = 0;
+
+ // Register for changes to physical web URLs and associated page metadata.
+ virtual void RegisterListener(PhysicalWebListener physical_web_listner) = 0;
mattreynolds 2016/08/12 23:07:30 physical_web_listner -> physical_web_listener Cap
hayesjordan 2016/08/15 14:38:08 Done.
};
#endif // COMPONENTS_PHYSICAL_WEB_DATA_SOURCE_PHYSICAL_WEB_DATA_SOURCE_H_
« no previous file with comments | « no previous file | components/physical_web/data_source/physical_web_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698