Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Reviewer source(s):
ankus...@google.com is from context(googleclient/chrome/chromium_gwsq/components/sync/config.gwsq)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
DCHECK(entity_data.specifics.has_history())
Do we think it's risky making it a CHECK?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
Do we think it's risky making it a CHECK?
No, I had just blindly copied this from GetStorageKey/GetClientTag. Changed to `CHECK` for all 3 of them (and also removed the message since it's obvious anyway, and to avoid bloating release binaries with these strings).
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: components/history/core/browser/sync/history_sync_bridge.cc
Insertions: 3, Deletions: 6.
The diff is too large to show. Please review the diff.
```
Implement IsEntityDataValid() on HistorySyncBridge
The implementation just checks that visit_time_windows_epoch_micros is
populated (since this is what client tag and storage key are derived
from).
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |