summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/gdata/gdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata.h')
-rw-r--r--chrome/browser/chromeos/gdata/gdata.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata.h b/chrome/browser/chromeos/gdata/gdata.h
index 81295cd..1bf4219 100644
--- a/chrome/browser/chromeos/gdata/gdata.h
+++ b/chrome/browser/chromeos/gdata/gdata.h
@@ -144,9 +144,6 @@ class DocumentsServiceInterface {
// Initializes the documents service tied with |profile|.
virtual void Initialize(Profile* profile) = 0;
- // Retrieves the operation registry.
- virtual GDataOperationRegistry* operation_registry() const = 0;
-
// Cancels all in-flight operations.
virtual void CancelAll() = 0;
@@ -272,7 +269,6 @@ class DocumentsService
// DocumentsServiceInterface Overrides
virtual void Initialize(Profile* profile) OVERRIDE;
- virtual GDataOperationRegistry* operation_registry() const OVERRIDE;
virtual void CancelAll() OVERRIDE;
virtual void Authenticate(const AuthStatusCallback& callback) OVERRIDE;
virtual void GetDocuments(const GURL& feed_url,