DescriptionRemove custom Task implementations from VisitedLinkMaster and web_app.
Fairly straightforward conversion except for two things:
- VisitedLinkMaster tries to be really clever and used StackVector. I converted
it to use a plain old std::string since I don't think the cleverness adds
anything.
- web_app::CreateShortcut() sole caller doesn't even use the success callback, so it was removed.
BUG=none
TEST=trybots
Do not submit. It's entirely possible we can just delete all the CreateShortcut
related goop in web_app.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113662
Patch Set 1 #Patch Set 2 : Still used... on Windows. #Patch Set 3 : Fix Windows #
Total comments: 6
Patch Set 4 : . #
Total comments: 12
Patch Set 5 : More review comments. #
Total comments: 1
Patch Set 6 : Nit #
Messages
Total messages: 9 (0 generated)
|