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

Unified Diff: chrome/browser/dom_ui/options/search_engine_manager_handler.h

Issue 6248015: DOMUI Prefs: Split search engines into two lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « no previous file | chrome/browser/dom_ui/options/search_engine_manager_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/search_engine_manager_handler.h
diff --git a/chrome/browser/dom_ui/options/search_engine_manager_handler.h b/chrome/browser/dom_ui/options/search_engine_manager_handler.h
index f7e2f7e47a90571e828e5c9bd8c8139d895802d6..4b109776c42f28f8a12ea8cc5e728d112a7063be 100644
--- a/chrome/browser/dom_ui/options/search_engine_manager_handler.h
+++ b/chrome/browser/dom_ui/options/search_engine_manager_handler.h
@@ -64,8 +64,6 @@ class SearchEngineManagerHandler : public OptionsPageUIHandler,
// Called from DOMUI.
void EditCompleted(const ListValue* args);
- // Returns a dictionary to pass to DOMUI representing the given group heading.
- DictionaryValue* CreateDictionaryForHeading(int group_index);
// Returns a dictionary to pass to DOMUI representing the given search engine.
DictionaryValue* CreateDictionaryForEngine(int index, bool is_default);
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/search_engine_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698