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

Unified Diff: chrome/browser/chromeos/drive/change_list_processor.h

Issue 12588009: drive: Pass through AboutResouce from server among callbacks in ChangeListLoader. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unittest, remove garbage. Created 7 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
Index: chrome/browser/chromeos/drive/change_list_processor.h
diff --git a/chrome/browser/chromeos/drive/change_list_processor.h b/chrome/browser/chromeos/drive/change_list_processor.h
index d80ae383f09c05d24a52fd1a16f51cf99f7661a5..f313494cf94d6318c8f5ab3bae165e28fa56233b 100644
--- a/chrome/browser/chromeos/drive/change_list_processor.h
+++ b/chrome/browser/chromeos/drive/change_list_processor.h
@@ -15,6 +15,7 @@
#include "base/memory/scoped_vector.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/chromeos/drive/drive_file_error.h"
+#include "chrome/browser/google_apis/drive_api_parser.h"
#include "googleurl/src/gurl.h"
namespace google_apis {
@@ -52,9 +53,9 @@ class ChangeListProcessor {
// TODO(achuith): Change the type of on_complete_callback to
// FileOperationCallback instead.
void ApplyFeeds(
+ scoped_ptr<google_apis::AboutResource> about_resource,
const ScopedVector<google_apis::ResourceList>& feed_list,
bool is_delta_feed,
- int64 root_feed_changestamp,
const base::Closure& on_complete_callback);
// Converts list of document feeds from collected feeds into a

Powered by Google App Engine
This is Rietveld 408576698