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

Unified Diff: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc

Issue 10544034: gdata: Fix a crash at shutdown with pending gdata operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix RemoteFileSystemExtensionApiTest.RemoteMountPoint Created 8 years, 6 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 | « no previous file | chrome/browser/chromeos/system/ash_system_tray_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
diff --git a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
index ef7cdb95ef57630373831e20063e971eb78b663e..10f6d97a1124cafb48d3e6590e42c186847520dd 100644
--- a/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
+++ b/chrome/browser/chromeos/extensions/external_filesystem_apitest.cc
@@ -299,7 +299,7 @@ IN_PROC_BROWSER_TEST_F(RemoteFileSystemExtensionApiTest,
// This one is called on exit, but we don't care much about it, as long as it
// retunrs something valid (i.e. not NULL).
EXPECT_CALL(*mock_documents_service_, operation_registry()).
- WillOnce(Return(operation_registry_.get()));
+ WillRepeatedly(Return(operation_registry_.get()));
// All is set... RUN THE TEST.
EXPECT_TRUE(RunExtensionTest("filesystem_handler")) << message_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/system/ash_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698