summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos')
-rw-r--r--chrome/browser/chromeos/gdata/gdata_file_system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index f98c3b5..2297791 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -1153,10 +1153,6 @@ class GDataFileSystem : public GDataFileSystemInterface,
// pool are run.
scoped_ptr<base::WaitableEvent> on_io_completed_;
- // True if cache initialization has started, is in progress or has completed,
- // we only want to initialize cache once.
- bool cache_initialization_started_;
-
// Number of pending tasks on the blocking pool.
int num_pending_tasks_;
base::Lock num_pending_tasks_lock_;