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

Unified Diff: third_party/closure_compiler/externs/file_manager_private.js

Issue 2513493002: Files App: Update the context menu when installed app is changed. (Closed)
Patch Set: Fixed test. Created 4 years 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 | ui/file_manager/file_manager/foreground/js/task_controller.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/externs/file_manager_private.js
diff --git a/third_party/closure_compiler/externs/file_manager_private.js b/third_party/closure_compiler/externs/file_manager_private.js
index f42c42496752efadf737cc3364e4c9f9ff5a2eb9..5615d14342af74c3f761b53c2559d752b05b7b9c 100644
--- a/third_party/closure_compiler/externs/file_manager_private.js
+++ b/third_party/closure_compiler/externs/file_manager_private.js
@@ -692,6 +692,9 @@ chrome.fileManagerPrivate.onDeviceChanged;
/** @type {!ChromeEvent} */
chrome.fileManagerPrivate.onDriveSyncError;
+/** @type {!ChromeEvent} */
+chrome.fileManagerPrivate.onAppsUpdated;
+
/** @enum {string} */
chrome.fileManagerPrivate.Verb = {
OPEN_WITH: 'open_with',
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/task_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698