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

Unified Diff: chrome/browser/resources/file_manager/js/mock_chrome.js

Issue 13061003: Files.app: add 'search Drive' to the top of the auto-complete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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/resources/file_manager/js/mock_chrome.js
diff --git a/chrome/browser/resources/file_manager/js/mock_chrome.js b/chrome/browser/resources/file_manager/js/mock_chrome.js
index 762bb78027a878102d21f2b720b4cd3f9b2c3fac..7e4666cab8cc4ec5d9492566423843eaa658d713 100644
--- a/chrome/browser/resources/file_manager/js/mock_chrome.js
+++ b/chrome/browser/resources/file_manager/js/mock_chrome.js
@@ -789,6 +789,7 @@ chrome.fileBrowserPrivate = {
EXCEL_FILE_TYPE: 'Excel spreadsheet',
SEARCH_TEXT_LABEL: 'Search',
+ SEARCH_DRIVE_HTML: '<b>\'$1\'</b> - search Drive',
SEARCH_NO_MATCHING_FILES_HTML: 'No files match <b>"$1"</b>',
SEARCH_SPINNER: 'Searching...',

Powered by Google App Engine
This is Rietveld 408576698