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

Unified Diff: chrome/browser/chromeos/cros/fake/fake_library_loader.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_library_loader.h
diff --git a/chrome/browser/chromeos/cros/fake/fake_library_loader.h b/chrome/browser/chromeos/cros/fake/fake_library_loader.h
deleted file mode 100644
index 5c155f9c4f31fa0b3f5e51e411ba925dac201af7..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/cros/fake/fake_library_loader.h
+++ /dev/null
@@ -1,26 +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_LIBRARY_LOADER_H_
-#define CHROME_BROWSER_CHROMEOS_CROS_FAKE_FAKE_LIBRARY_LOADER_H_
-
-#include <string>
-
-#include "chrome/browser/chromeos/cros/cros_library_loader.h"
-
-namespace chromeos {
-
-// Fake for libcros library loader.
-class FakeLibraryLoader : public LibraryLoader {
- public:
- FakeLibraryLoader() {}
- virtual ~FakeLibraryLoader() {}
- virtual bool Load(std::string* load_error_string) {
- return true;
- }
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_CHROMEOS_CROS_FAKE_FAKE_LIBRARY_LOADER_H_
« no previous file with comments | « chrome/browser/chromeos/cros/fake/fake_keyboard_library.h ('k') | chrome/browser/chromeos/cros/fake/fake_login_library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698