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

Unified Diff: chrome/browser/views/bookmark_manager_view.h

Issue 270067: Converts some uses of native_view to native_window. This is necessitated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
Index: chrome/browser/views/bookmark_manager_view.h
===================================================================
--- chrome/browser/views/bookmark_manager_view.h (revision 28706)
+++ chrome/browser/views/bookmark_manager_view.h (working copy)
@@ -161,7 +161,7 @@
bool is_mouse_gesture);
// ViewMenuDelegate.
- virtual void RunMenu(views::View* source, const gfx::Point& pt, HWND hwnd);
+ virtual void RunMenu(views::View* source, const gfx::Point& pt);
// MenuDelegate.
virtual void ExecuteCommand(int id);
@@ -198,9 +198,7 @@
// Shows the menu. This is invoked to show the context menu for table/tree
// as well as to show the menu from the organize button.
- void ShowMenu(HWND host,
- int x,
- int y,
+ void ShowMenu(int x, int y,
BookmarkContextMenuController::ConfigurationType config);
// Invoked to handle cut/copy/paste from the table or tree. If |from_table|
@@ -208,7 +206,7 @@
void OnCutCopyPaste(CutCopyPasteType type, bool from_table);
// Shows the tools menu.
- void ShowToolsMenu(HWND host, int x, int y);
+ void ShowToolsMenu(int x, int y);
// Shows the import/export file chooser. These invoke
// FileSelected/FileSelectionCanceled when done.

Powered by Google App Engine
This is Rietveld 408576698