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

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

Issue 541623002: Files.app: Remove scanning notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/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 3ee6df5bb8fb2ab81f6b541537d5917c0b62967f..820402eb5b18eb83a60affa9a767d4fd7750654a 100644
--- a/chrome/common/extensions/api/file_manager_private.idl
+++ b/chrome/common/extensions/api/file_manager_private.idl
@@ -98,10 +98,6 @@ enum InspectionType {
// Device event type.
enum DeviceEventType {
- // Device scan is started.
- scan_started,
- // Device scan is cancelled.
- scan_cancelled,
// If the device is disabled by preference.
disabled,
// Device is removed.

Powered by Google App Engine
This is Rietveld 408576698