diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 16:37:24 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-15 16:37:24 +0000 |
commit | 92bd85a11c851b6fb0bfdfe976e298d42543d554 (patch) | |
tree | 6d653647063b14492ce35f81f4f916a2eb5e9e4b /chrome/browser/chromeos/gdata/gdata_file_system.h | |
parent | e343c27573fea3f16bb5895c13f2705213d03e24 (diff) | |
download | chromium_src-92bd85a11c851b6fb0bfdfe976e298d42543d554.zip chromium_src-92bd85a11c851b6fb0bfdfe976e298d42543d554.tar.gz chromium_src-92bd85a11c851b6fb0bfdfe976e298d42543d554.tar.bz2 |
gdata: Remove an unused member from GDataFileSystem
cache_initialization_started_ is no longer used.
BUG=none
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/10565004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142406 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata_file_system.h')
-rw-r--r-- | chrome/browser/chromeos/gdata/gdata_file_system.h | 4 |
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_; |