Index: chrome/browser/ui/search_engines/keyword_editor_controller.h |
diff --git a/chrome/browser/ui/search_engines/keyword_editor_controller.h b/chrome/browser/ui/search_engines/keyword_editor_controller.h |
index 9218b66357d97b303198f212903e8915d45d3e3c..97038ffc7760e725cc806bca91f720451f59bc24 100644 |
--- a/chrome/browser/ui/search_engines/keyword_editor_controller.h |
+++ b/chrome/browser/ui/search_engines/keyword_editor_controller.h |
@@ -22,8 +22,6 @@ class KeywordEditorController { |
explicit KeywordEditorController(Profile* profile); |
~KeywordEditorController(); |
- static void RegisterPrefs(PrefRegistrySimple* registry); |
- |
// Invoked when the user succesfully fills out the add keyword dialog. |
// Propagates the change to the TemplateURLService and updates the table |
// model. Returns the index of the added URL. |