Index: chrome/common/extensions/api/file_browser_private.idl |
diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl |
index b4f4b26679fa914e3e5c44413fd8a4bcd923fed7..9f0b09e70ec416a95cf4831c75e01e1c12ced4d7 100644 |
--- a/chrome/common/extensions/api/file_browser_private.idl |
+++ b/chrome/common/extensions/api/file_browser_private.idl |
@@ -821,5 +821,8 @@ interface Events { |
static void onDeviceChanged(DeviceEvent event); |
static void onDriveSyncError(DriveSyncErrorEvent event); |
+ |
+ // Dispatched when a profile is added. |
+ static void onProfileAdded(); |
}; |
}; |