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

Unified Diff: components/sync/protocol/session_specifics.proto

Issue 2338703003: [NTP] Fix article suggestion clicks contributing to Most Visited tiles (Closed)
Patch Set: Add test coverage to HistoryBackend. Created 4 years, 3 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 | « components/sessions/core/serialized_navigation_entry_unittest.cc ('k') | ui/base/page_transition_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/protocol/session_specifics.proto
diff --git a/components/sync/protocol/session_specifics.proto b/components/sync/protocol/session_specifics.proto
index 8c9ebfb37d4850e59d20d6b90a2979f9e19d3dca..b92e26825d2d48517296dd93c30b4e0168f7cde4 100644
--- a/components/sync/protocol/session_specifics.proto
+++ b/components/sync/protocol/session_specifics.proto
@@ -155,6 +155,9 @@ message TabNavigation {
}
// Whether the Password Manager saw a password field on the page.
optional PasswordState password_state = 26;
+
+ // Whether the navigation should contribute to Most Visited tiles in the NTP.
+ optional bool navigation_ignore_for_ntp_tiles = 27;
}
// Navigation information for a single redirection within a single navigation.
« no previous file with comments | « components/sessions/core/serialized_navigation_entry_unittest.cc ('k') | ui/base/page_transition_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698