forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Sync] USS: Load data for pending commits on startup.
This change also includes fairly massive changes to how the SMTP test file works. Specifically, there is now a SimpleStore for data and metadata, and the tests have been modified to assert against the stores. This was done to allow for more intuitive, flexible testing. Other minor changes: - Cleaned up some unnecessary functions in SMTP and ModelTypeEntity. - Added helper functions for accessing ModelTypeEntity objects. - Removed FakeMetadataChangeList. Simple* is sufficient for testing. - Switch to using map[k] = v over map.insert(make_pair(k, v)) as the former looks cleaner and does not silently fail if a value for k already exists in the map. BUG=569642 Review URL: https://codereview.chromium.org/1697563003 Cr-Commit-Position: refs/heads/master@{#377047}
- Loading branch information
maxbogue
authored and
Commit bot
committed
Feb 23, 2016
1 parent
cf4ed86
commit a1bc985
Showing
12 changed files
with
777 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.