diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 17:13:49 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 17:13:49 +0000 |
commit | d63df7f8c5f2f875632fea866376b6762ae5e481 (patch) | |
tree | f65a1a8831704a343299000b6e118a4848807ed7 /o3d/plugin/idl/named.idl | |
parent | 7bee0b26ed1f679a467f70e705aa98e201caa781 (diff) | |
download | chromium_src-d63df7f8c5f2f875632fea866376b6762ae5e481.zip chromium_src-d63df7f8c5f2f875632fea866376b6762ae5e481.tar.gz chromium_src-d63df7f8c5f2f875632fea866376b6762ae5e481.tar.bz2 |
CookieMonster: don't initialize store when we don't use it.
The CookieMonster destructor calls DeleteAll(false); "false"
here means "don't synchronize this change to the backing store".
If we call InitIfNecessary(), we can end up actually creating
the store (which does SQLite calls and disk syncs etc.) during
this destructor!
I found this was delaying shutdown by a full fsync in a UI test.
Review URL: http://codereview.chromium.org/3543010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/idl/named.idl')
0 files changed, 0 insertions, 0 deletions