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

Unified Diff: chrome/browser/chromeos/settings/mock_owner_key_utils.cc

Issue 10823040: Remove unused files after SignedSettings is dead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 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/settings/mock_owner_key_utils.cc
diff --git a/chrome/browser/chromeos/settings/mock_owner_key_utils.cc b/chrome/browser/chromeos/settings/mock_owner_key_utils.cc
deleted file mode 100644
index 55ed5d4c76778284f58227139f8d0ff5a99abc0c..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/settings/mock_owner_key_utils.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2012 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.
-
-#include "chrome/browser/chromeos/settings/mock_owner_key_utils.h"
-
-namespace chromeos {
-
-MockKeyUtils::MockKeyUtils() {}
-
-MockKeyUtils::~MockKeyUtils() {}
-
-MockInjector::MockInjector(MockKeyUtils* mock) : transient_(mock) {}
-
-MockInjector::~MockInjector() {}
-
-OwnerKeyUtils* MockInjector::CreateOwnerKeyUtils() {
- return transient_.get();
-}
-} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/settings/mock_owner_key_utils.h ('k') | chrome/browser/chromeos/settings/mock_ownership_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698