mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Eliminate use of scoped directories (issue #670).
- Create a temporary cache_path directory if none is specified (issue #735). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@827 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
#include "base/hash_tables.h"
|
||||
#include "base/memory/ref_counted.h"
|
||||
#include "base/platform_file.h"
|
||||
#include "base/scoped_temp_dir.h"
|
||||
#include "base/string16.h"
|
||||
#include "base/synchronization/lock.h"
|
||||
#include "base/threading/thread.h"
|
||||
@ -86,9 +85,6 @@ class BrowserDatabaseSystem : public webkit_database::DatabaseTracker::Observer,
|
||||
void ResetTracker();
|
||||
void ThreadCleanup(base::WaitableEvent* done_event);
|
||||
|
||||
// Where the tracker database file and per origin database files reside.
|
||||
ScopedTempDir temp_dir_;
|
||||
|
||||
// All access to the db_tracker (except for its construction) and
|
||||
// vfs operations are serialized on a background thread.
|
||||
base::Thread db_thread_;
|
||||
|
Reference in New Issue
Block a user