Fix a crash due to uninitialized preference member in ProfileIOData
commit507bb39c23e552cbbbc04b2edd2cb7dd07891591
authorjkarlin@chromium.org <jkarlin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Feb 2014 06:17:10 +0000 (5 06:17 +0000)
committerjkarlin@chromium.org <jkarlin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Feb 2014 06:17:10 +0000 (5 06:17 +0000)
tree6f5fc747b254ee413c57cc41ce94fea8b06f44e0
parent8499597e615f8da328e797487d7fb9b4a0d70ed0
Fix a crash due to uninitialized preference member in ProfileIOData
when in icognito mode.

This variable should always be initialized, not just in incognito mode.

BUG=339909

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248873 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/prefetch/prefetch_browsertest.cc
chrome/browser/profiles/profile_io_data.cc