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

Unified Diff: chrome/browser/google_apis/fake_drive_service.h

Issue 13896006: filemanager: Add a browsertest for the sidebar item "Shared with Me". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix a merge failure and restore a test case. 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/google_apis/fake_drive_service.h
diff --git a/chrome/browser/google_apis/fake_drive_service.h b/chrome/browser/google_apis/fake_drive_service.h
index b99c09ef0f3d438621850487fae24397db5b864a..60011ad737cc3b5b1236b7c5db932fe1b8918c5c 100644
--- a/chrome/browser/google_apis/fake_drive_service.h
+++ b/chrome/browser/google_apis/fake_drive_service.h
@@ -188,6 +188,7 @@ class FakeDriveService : public DriveServiceInterface {
int64 content_length,
const std::string& parent_resource_id,
const std::string& title,
+ bool shared_with_me,
const GetResourceEntryCallback& callback);
// Sets the last modified time for an entry specified by |resource_id|.
@@ -225,6 +226,7 @@ class FakeDriveService : public DriveServiceInterface {
int64 content_length,
const std::string& parent_resource_id,
const std::string& title,
+ bool shared_with_me,
const std::string& entry_kind);
// Core implementation of GetResourceList.

Powered by Google App Engine
This is Rietveld 408576698