DescriptionRefactor GDataWapiFeedLoader::LoadFromServer() parameters
All the parameters for LoadFromServer() is consolidated in
struct LoadFeedParams, and the function is made private in
GDataWapiFeedLoader class. Instead, SearchFromServer()
and LoadDirectoryFromServer() public methods are added to the class.
|should_fetch_multiple_feeds| parameter was never used with
false value, so it is removed.
BUG=141359
TEST=all tests pass, manually check file browser works.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152252
Patch Set 1 : . #
Total comments: 1
Patch Set 2 : Add SearchFromServer() interface. #Patch Set 3 : Remove boolean should_fetch_multiple_feeds #Patch Set 4 : introduce LoadDirectoryFromServer #Patch Set 5 : Make struct and LoadFromServer() private. #
Total comments: 9
Patch Set 6 : update comments. #
Total comments: 1
Patch Set 7 : update comment. #
Messages
Total messages: 10 (0 generated)
|