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

Unified Diff: chrome/common/extensions/api/file_browser_private.json

Issue 13913009: filemanger: Pass SHARED_WITH_ME search type to searchDriveMetadata(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add an error 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
« no previous file with comments | « chrome/browser/resources/file_manager/js/volume_manager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/file_browser_private.json
diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json
index 26f8e3b4f2d0d5e6e9b98b19a28a5e108664b891..5367789cd68349f1182ba056be18864cfeec73ce 100644
--- a/chrome/common/extensions/api/file_browser_private.json
+++ b/chrome/common/extensions/api/file_browser_private.json
@@ -1074,7 +1074,7 @@
},
"types": {
"type": "string",
- "enum": ["EXCLUDE_DIRECTORIES", "ALL"],
+ "enum": ["EXCLUDE_DIRECTORIES", "SHARED_WITH_ME", "ALL"],
"optional": true,
"description": "The type of entry that is needed. Default to ALL."
},
« no previous file with comments | « chrome/browser/resources/file_manager/js/volume_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698