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

Unified Diff: chrome/browser/chromeos/extensions/file_manager/device_event_router.h

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/browser/chromeos/extensions/file_manager/device_event_router.h
diff --git a/chrome/browser/chromeos/extensions/file_manager/device_event_router.h b/chrome/browser/chromeos/extensions/file_manager/device_event_router.h
index 2357bd1306d20ceca400a6e908b7a5b462387acf..5a16c2daa0c095c6b5f54a750c40ba5a782f52e1 100644
--- a/chrome/browser/chromeos/extensions/file_manager/device_event_router.h
+++ b/chrome/browser/chromeos/extensions/file_manager/device_event_router.h
@@ -17,11 +17,11 @@
namespace file_manager {
enum DeviceState {
- // Device is not being scanned and is not hard unplugged.
+ // Device is not being hard unplugged.
DEVICE_STATE_USUAL,
- DEVICE_SCANNED,
- DEVICE_SCANNED_AND_REPORTED,
+ // Device is hard unplugged.
DEVICE_HARD_UNPLUGGED,
+ // Device is hard unplugged and reported to the JavaScript side.
DEVICE_HARD_UNPLUGGED_AND_REPORTED
};
@@ -85,7 +85,6 @@ class DeviceEventRouter : public VolumeManagerObserver,
// Whther to use zero time delta for testing or not.
const base::TimeDelta resume_time_delta_;
const base::TimeDelta startup_time_delta_;
- const base::TimeDelta scan_time_delta_;
// Whether the profile is starting up or not.
bool is_starting_up_;
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/extensions/file_manager/device_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698