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.
Files.app: Fix the argument type of metadata observers.
FileWatcher expects a map of entry URL and metadata as an third argument of observers, but MetadataCache passes array of metadata. This make FileTable fail metadata update, and it causes flakiness of tests. BUG=330549, 316918 TEST=browser_tests Review URL: https://codereview.chromium.org/120903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242475 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
hirono@chromium.org
committed
Dec 25, 2013
1 parent
47695fc
commit 59725c6
Showing
3 changed files
with
12 additions
and
12 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