Extract TabLoader from session_restore.cc into its own files.
commitdc0a7c2acdf4a4a7dfcb08e5352f79192894200b
authorgeorgesak <georgesak@chromium.org>
Wed, 1 Apr 2015 02:59:35 +0000 (31 19:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 1 Apr 2015 03:00:42 +0000 (1 03:00 +0000)
tree3ffbc5f746f135d68262859f6fc12d3b5edd7079
parentccabd7eb46c3a472c4be96cac6209c966ac354f8
Extract TabLoader from session_restore.cc into its own files.

- Move TabLoader in tab_loader.h/cc
- Replace NULL with nullptr
- Formatting changes in session_restore are due to git cl format
- Presubmit complains about 3 metrics that do not exist in histograms.xml (should they be removed?):
  - SessionRestore.TimeToGotSessions
  - SessionRestore.TimeToProcessSessions
  - SessionRestore.TimeToFirstShow

BUG=

Review URL: https://codereview.chromium.org/1042863006

Cr-Commit-Position: refs/heads/master@{#323174}
chrome/browser/sessions/session_restore.cc
chrome/browser/sessions/tab_loader.cc [new file with mode: 0644]
chrome/browser/sessions/tab_loader.h [new file with mode: 0644]
chrome/chrome_browser.gypi