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

Unified Diff: chrome/browser/gtk/options/general_page_gtk.h

Issue 141026: Add a (non functional) gtk KeywordEditorWindow and hook it up in the relevant places. (Closed)
Patch Set: comment typo Created 11 years, 6 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 | « chrome/browser/gtk/keyword_editor_view.cc ('k') | chrome/browser/gtk/options/general_page_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/options/general_page_gtk.h
diff --git a/chrome/browser/gtk/options/general_page_gtk.h b/chrome/browser/gtk/options/general_page_gtk.h
index 606948e4a0b3484f279335b351fed5df28acf274..f9c48d748e768100b70634fff18faa8260dc3047 100644
--- a/chrome/browser/gtk/options/general_page_gtk.h
+++ b/chrome/browser/gtk/options/general_page_gtk.h
@@ -123,6 +123,10 @@ class GeneralPageGtk : public OptionsPageBase,
static void OnDefaultSearchEngineChanged(GtkComboBox* combo_box,
GeneralPageGtk* general_page);
+ // Callback for manage search engines button
+ static void OnDefaultSearchManageEnginesClicked(GtkButton* button,
+ GeneralPageGtk* general_page);
+
// Callback for use as default browser button
static void OnBrowserUseAsDefaultClicked(GtkButton* button,
GeneralPageGtk* general_page);
« no previous file with comments | « chrome/browser/gtk/keyword_editor_view.cc ('k') | chrome/browser/gtk/options/general_page_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698