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

Unified Diff: chrome/browser/gtk/standard_menus.h

Issue 244029: GTK: Implement popup favicon menu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/browser_toolbar_gtk.cc ('k') | chrome/browser/gtk/standard_menus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/standard_menus.h
===================================================================
--- chrome/browser/gtk/standard_menus.h (revision 27516)
+++ chrome/browser/gtk/standard_menus.h (working copy)
@@ -5,8 +5,9 @@
#ifndef CHROME_BROWSER_GTK_STANDARD_MENUS_H_
#define CHROME_BROWSER_GTK_STANDARD_MENUS_H_
+#include "chrome/browser/gtk/menu_gtk.h"
+
class Menu;
-class MenuGtk;
class Profile;
enum MenuItemType {
@@ -54,7 +55,9 @@
};
// Returns the menu construction data structure for the page menu.
-const MenuCreateMaterial* GetStandardPageMenu(MenuGtk* encodings_menu);
+// The parameters are used to construct the encodings menu.
+const MenuCreateMaterial* GetStandardPageMenu(Profile* profile,
+ MenuGtk::Delegate* delegate);
// Returns the menu construction data structure for the app menu.
const MenuCreateMaterial* GetStandardAppMenu();
« no previous file with comments | « chrome/browser/gtk/browser_toolbar_gtk.cc ('k') | chrome/browser/gtk/standard_menus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698