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

Unified Diff: chrome/browser/search_engines/template_url_model_test_util.h

Issue 5646003: Sanitize PrefStore interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix PrefService mock construction in PrefServiceTest to include command line store. 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
Index: chrome/browser/search_engines/template_url_model_test_util.h
diff --git a/chrome/browser/search_engines/template_url_model_test_util.h b/chrome/browser/search_engines/template_url_model_test_util.h
index 3921b4403e6975e1fce89dd4a07fa1c7b3b5488d..058b64b8519cea3022e612d7660523447a099189 100644
--- a/chrome/browser/search_engines/template_url_model_test_util.h
+++ b/chrome/browser/search_engines/template_url_model_test_util.h
@@ -40,8 +40,8 @@ class TemplateURLModelTestUtil : public TemplateURLModelObserver {
// TemplateURLModelObserver implemementation.
virtual void OnTemplateURLModelChanged();
- // Checks that the observer count is what is expected.
- void VerifyObserverCount(int expected_changed_count);
+ // Gets the observer count.
+ int GetObserverCount();
// Sets the observer count to 0.
void ResetObserverCount();
« no previous file with comments | « chrome/browser/search_engines/template_url_model.cc ('k') | chrome/browser/search_engines/template_url_model_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698