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

Unified Diff: chrome/test/testing_pref_value_store.h

Issue 5441002: Clean up pref change notification handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix extension prefs breakage Created 10 years 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 | « chrome/test/testing_pref_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_pref_value_store.h
diff --git a/chrome/test/testing_pref_value_store.h b/chrome/test/testing_pref_value_store.h
deleted file mode 100644
index 01ae89832bd951c799a7f06da62d2d6bf33fde99..0000000000000000000000000000000000000000
--- a/chrome/test/testing_pref_value_store.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_TEST_TESTING_PREF_VALUE_STORE_H_
-#define CHROME_TEST_TESTING_PREF_VALUE_STORE_H_
-#pragma once
-
-#include "chrome/browser/prefs/pref_value_store.h"
-
-// PrefValueStore subclass that allows directly setting PrefStores.
-class TestingPrefValueStore : public PrefValueStore {
- public:
- TestingPrefValueStore(PrefStore* managed_platform_prefs,
- PrefStore* device_management_prefs,
- PrefStore* extension_prefs,
- PrefStore* command_line_prefs,
- PrefStore* user_prefs,
- PrefStore* recommended_prefs,
- PrefStore* default_prefs)
- : PrefValueStore(managed_platform_prefs, device_management_prefs,
- extension_prefs, command_line_prefs,
- user_prefs, recommended_prefs, default_prefs, NULL) {}
-};
-
-#endif // CHROME_TEST_TESTING_PREF_VALUE_STORE_H_
« no previous file with comments | « chrome/test/testing_pref_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698