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

Unified Diff: chrome/common/extensions/api/file_manager_private.idl

Issue 2487623002: Notify Files App when ARC++ app is installed/removed (Closed)
Patch Set: Notify Files App when ARC++ app is installed/removed. Created 4 years, 1 month 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/common/extensions/api/file_manager_private.idl
diff --git a/chrome/common/extensions/api/file_manager_private.idl b/chrome/common/extensions/api/file_manager_private.idl
index 58885267cdbad164605f38604ebb5c6619759b18..f0c22c8be3bc2a2b567d31d8917877345e1d35cd 100644
--- a/chrome/common/extensions/api/file_manager_private.idl
+++ b/chrome/common/extensions/api/file_manager_private.idl
@@ -1005,5 +1005,7 @@ interface Events {
static void onDeviceChanged(DeviceEvent event);
static void onDriveSyncError(DriveSyncErrorEvent event);
+
+ static void OnAppsUpdated();
};
};

Powered by Google App Engine
This is Rietveld 408576698