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

Unified Diff: chrome/browser/chromeos/cros/fake/fake_mount_library.h

Issue 2847072: Green Tree Tactical Force: Revert skrul's bad commits (probably a git-cl bug). (Closed)
Patch Set: Created 10 years, 5 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/cros/fake/fake_mount_library.h
diff --git a/chrome/browser/chromeos/cros/fake/fake_mount_library.h b/chrome/browser/chromeos/cros/fake/fake_mount_library.h
deleted file mode 100644
index 91932df5a1d8d2600107a362f0c4a7663d6c6b4b..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/cros/fake/fake_mount_library.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_CHROMEOS_CROS_FAKE_FAKE_MOUNT_LIBRARY_H_
-#define CHROME_BROWSER_CHROMEOS_CROS_FAKE_FAKE_MOUNT_LIBRARY_H_
-
-#include "chrome/browser/chromeos/cros/mount_library.h"
-#include "third_party/cros/chromeos_mount.h"
-
-namespace chromeos {
-
-class FakeMountLibrary : public MountLibrary {
- public:
- FakeMountLibrary() {}
- virtual ~FakeMountLibrary() {}
- virtual void AddObserver(Observer* observer) {}
- virtual void RemoveObserver(Observer* observer) {}
- virtual const DiskVector& disks() const {
- return disks_;
- }
- virtual bool MountPath(const char* device_path) {
- return true;
- }
-
- private:
- DiskVector disks_;
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_CROS_FAKE_FAKE_MOUNT_LIBRARY_H_
« no previous file with comments | « chrome/browser/chromeos/cros/fake/fake_login_library.h ('k') | chrome/browser/chromeos/cros/fake/fake_network_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698