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

Unified Diff: chrome/browser/chromeos/cros/mock_mount_library.cc

Issue 8049002: Don't show hidden devices in UI (exept from imageburner). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 'mock library update' Created 9 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/mount_library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros/mock_mount_library.cc
diff --git a/chrome/browser/chromeos/cros/mock_mount_library.cc b/chrome/browser/chromeos/cros/mock_mount_library.cc
index 272d7d5389705e7b09f5ab53963b7f6b06b3529f..6ecdb901072dd3ba793eb4d72ffeda52934c2e9d 100644
--- a/chrome/browser/chromeos/cros/mock_mount_library.cc
+++ b/chrome/browser/chromeos/cros/mock_mount_library.cc
@@ -63,6 +63,7 @@ void MockMountLibrary::FireDeviceInsertEvents() {
false,
false,
true,
+ false,
false));
disks_.clear();
@@ -93,6 +94,7 @@ void MockMountLibrary::FireDeviceInsertEvents() {
false,
false,
true,
+ false,
false));
disks_.clear();
disks_.insert(std::pair<std::string, MountLibrary::Disk*>(
@@ -116,6 +118,7 @@ void MockMountLibrary::FireDeviceRemoveEvents() {
false,
false,
true,
+ false,
false));
disks_.clear();
disks_.insert(std::pair<std::string, MountLibrary::Disk*>(
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/mount_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698