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

Unified Diff: chrome/test/data/drive/about.json

Issue 1125123008: Files.app: Use quotaBytesUsedAggregate to know the actual available space. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/ui/webui/chromeos/drive_internals_ui.cc ('k') | google_apis/drive/drive_api_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/drive/about.json
diff --git a/chrome/test/data/drive/about.json b/chrome/test/data/drive/about.json
index c0f52ba2cbe16d6df554bca3763b30506f71531c..4a4eb9b6599388282ec743c3d6e9ba97018842ba 100644
--- a/chrome/test/data/drive/about.json
+++ b/chrome/test/data/drive/about.json
@@ -4,7 +4,7 @@
"selfLink": "https://www.googleapis.com/drive/v2/about",
"name": "Test User",
"quotaBytesTotal": "5368709120",
- "quotaBytesUsed": "1073741824",
+ "quotaBytesUsedAggregate": "1073741824",
"quotaBytesUsedInTrash": "0",
"largestChangeId": "8177",
"rootFolderId": "0AIv7G8yEYAWHUk9123",
« no previous file with comments | « chrome/browser/ui/webui/chromeos/drive_internals_ui.cc ('k') | google_apis/drive/drive_api_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698