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

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

Issue 9719012: Revert 127317 - Implemented API for tracking ongoing file transfers from file manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager_util.cc ('k') | chrome/browser/chromeos/gdata/gdata.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/gdata/gdata.h
===================================================================
--- chrome/browser/chromeos/gdata/gdata.h (revision 127330)
+++ chrome/browser/chromeos/gdata/gdata.h (working copy)
@@ -144,9 +144,6 @@
// 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 @@
// 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,
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager_util.cc ('k') | chrome/browser/chromeos/gdata/gdata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698