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

Unified Diff: trunk/src/base/prefs/pref_value_store_unittest.cc

Issue 289373006: Revert 271416 "Store a stacktrace of PrefService destruction in ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « trunk/src/base/prefs/pref_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/prefs/pref_value_store_unittest.cc
===================================================================
--- trunk/src/base/prefs/pref_value_store_unittest.cc (revision 271621)
+++ trunk/src/base/prefs/pref_value_store_unittest.cc (working copy)
@@ -24,8 +24,6 @@
public:
MOCK_METHOD1(OnPreferenceChanged, void(const std::string&));
MOCK_METHOD1(OnInitializationCompleted, void(bool));
- // TODO(battre) Remove function. See crbug.com/373435.
- MOCK_METHOD1(BroadcastPrefServiceDestructionTrace, void(const std::string&));
};
// Allows to capture sync model associator interaction.
« no previous file with comments | « trunk/src/base/prefs/pref_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698