Remove 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. Review URL: http://codereview.chromium.org/8885007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113662 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment