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

Unified Diff: chromeos/disks/mock_disk_mount_manager.h

Issue 11363236: Revert 167606 - [Media Gallery][ChromeOS] Improve device media gallery names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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: chromeos/disks/mock_disk_mount_manager.h
===================================================================
--- chromeos/disks/mock_disk_mount_manager.h (revision 167608)
+++ chromeos/disks/mock_disk_mount_manager.h (working copy)
@@ -8,7 +8,6 @@
#include <string>
#include "base/observer_list.h"
-#include "chromeos/dbus/cros_disks_client.h"
#include "chromeos/disks/disk_mount_manager.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -53,11 +52,7 @@
void CreateDiskEntryForMountDevice(
const DiskMountManager::MountPointInfo& mount_info,
const std::string& device_id,
- const std::string& device_label,
- const std::string& vendor_name,
- const std::string& product_name,
- DeviceType device_type,
- uint64 total_size_in_bytes);
+ const std::string& device_label);
// Removes the fake disk entry associated with the mounted device. This
// function is primarily for RemovableDeviceNotificationsTest.

Powered by Google App Engine
This is Rietveld 408576698