Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4432)

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system.h

Issue 10533042: Remove chromeos::GDataFileSystem::GetOperationRegistry() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove include Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/gdata/gdata_file_system.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system.h b/chrome/browser/chromeos/gdata/gdata_file_system.h
index a34fa3ed40ae68f297bd5fb3d21ff1a5b1000179..b399fa3f52d0653ac4ebbfa0c69c42cf4f550562 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system.h
@@ -25,7 +25,6 @@
#include "chrome/browser/chromeos/gdata/gdata_cache.h"
#include "chrome/browser/chromeos/gdata/gdata_documents_service.h"
#include "chrome/browser/chromeos/gdata/gdata_files.h"
-#include "chrome/browser/chromeos/gdata/gdata_operation_registry.h"
#include "chrome/browser/chromeos/gdata/gdata_params.h"
#include "chrome/browser/chromeos/gdata/gdata_parser.h"
#include "chrome/browser/chromeos/gdata/gdata_uploader.h"
@@ -353,10 +352,6 @@ class GDataFileSystemInterface {
const GetFileCallback& get_file_callback,
const GetDownloadDataCallback& get_download_data_callback) = 0;
- // Gets the operation registry that manages all operations performed through
- // the GDataFileSystem object.
- virtual GDataOperationRegistry* GetOperationRegistry() = 0;
-
// Gets the cache state of file corresponding to |resource_id| and |md5| if it
// exists on disk.
// Initializes cache if it has not been initialized.
@@ -516,7 +511,6 @@ class GDataFileSystem : public GDataFileSystemInterface,
const std::string& resource_id,
const GetFileCallback& get_file_callback,
const GetDownloadDataCallback& get_download_data_callback) OVERRIDE;
- virtual GDataOperationRegistry* GetOperationRegistry() OVERRIDE;
virtual void GetCacheState(const std::string& resource_id,
const std::string& md5,
const GetCacheStateCallback& callback) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698