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

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

Issue 2640773002: [NTP::PhysicalWeb] Filter our pages with same group_id. (Closed)
Patch Set: treib@ nits. Created 3 years, 11 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: components/physical_web/data_source/fake_physical_web_data_source.h
diff --git a/components/physical_web/data_source/fake_physical_web_data_source.h b/components/physical_web/data_source/fake_physical_web_data_source.h
index 6ccd1de63d5a30d353e464a2dae9921b5caa88b9..c10543e38eab802b0408a8c5cd81544b57553938 100644
--- a/components/physical_web/data_source/fake_physical_web_data_source.h
+++ b/components/physical_web/data_source/fake_physical_web_data_source.h
@@ -23,6 +23,7 @@ namespace physical_web {
std::unique_ptr<base::DictionaryValue> CreatePhysicalWebPage(
const std::string& resolved_url,
double distance_estimate,
+ const std::string& group_id,
int scan_timestamp,
const std::string& title,
const std::string& description,

Powered by Google App Engine
This is Rietveld 408576698