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

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

Issue 13866009: Remove root resource id aliasing from DriveResourceMetadata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove other resource id check. Created 7 years, 8 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 c4eafcec3e004ad544bfdf7032c23f2d247bf672..03b8313003aafd75604b58b509de984a4cfca391 100644
--- a/chrome/browser/chromeos/drive/change_list_processor.h
+++ b/chrome/browser/chromeos/drive/change_list_processor.h
@@ -91,7 +91,11 @@ class ChangeListProcessor {
private:
// Applies the pre-processed feed from entry_proto_map_ onto the filesystem.
- void ApplyEntryProtoMap(bool is_delta_feed);
+ // If this is not delta feed update (i.e. |is_delta_feed| is false),
+ // |about_resource| must not be null.
+ void ApplyEntryProtoMap(
+ bool is_delta_feed,
+ scoped_ptr<google_apis::AboutResource> about_resource);
// Apply the next item from entry_proto_map_ to the file system. The async
// version posts to the message loop to avoid recursive stack-overflow.
« no previous file with comments | « chrome/browser/chromeos/drive/change_list_loader.cc ('k') | chrome/browser/chromeos/drive/change_list_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698