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

Unified Diff: chrome/browser/chromeos/drive/drive_system_service_unittest.cc

Issue 11775014: chromeos: Disable Drive metadata prefetch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/drive/drive_system_service.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/drive_system_service_unittest.cc
diff --git a/chrome/browser/chromeos/drive/drive_system_service_unittest.cc b/chrome/browser/chromeos/drive/drive_system_service_unittest.cc
index bab2bcbe3e0f29abd378897880a3538445d83821..1afdd536b9dc423fbeecc855d324aaac22f990e2 100644
--- a/chrome/browser/chromeos/drive/drive_system_service_unittest.cc
+++ b/chrome/browser/chromeos/drive/drive_system_service_unittest.cc
@@ -53,7 +53,7 @@ class DriveSystemServiceTest : public testing::Test {
// Verify DriveFileSystem::StartInitialFeedFetch is called in initialization.
TEST_F(DriveSystemServiceTest, InitialFeedFetch) {
- EXPECT_CALL(*file_system_, StartInitialFeedFetch()).Times(1);
+ EXPECT_CALL(*file_system_, StartInitialFeedFetch()).Times(0);
system_service_->Initialize();
google_apis::test_util::RunBlockingPoolTask();
system_service_->Shutdown();
« no previous file with comments | « chrome/browser/chromeos/drive/drive_system_service.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698