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

Unified Diff: chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc

Issue 440653003: [fsp] Add support for aborting running operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed DCHECKs. Created 6 years, 4 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/ui/webui/chromeos/provided_file_systems_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc b/chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc
index ac63cb54cfe0ebef986ef11ce8ba577e019ca4ee..a4aa94a4724d73a75924baaa05efa80cc84a9a30 100644
--- a/chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/provided_file_systems_ui.cc
@@ -294,7 +294,7 @@ void ProvidedFileSystemsWebUIHandler::UpdateFileSystems(
item->SetString(kKeyMountPath,
file_system_info.mount_path().AsUTF8Unsafe());
item->SetInteger(kKeyActiveRequests,
- request_manager->GetActiveRequestsForLogging());
+ request_manager->GetActiveRequestIds().size());
items.Append(item);
}
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/request_manager_unittest.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698