Chromium Code Reviews| Index: chrome/browser/ui/views/stubs_aura.cc |
| diff --git a/chrome/browser/ui/views/stubs_aura.cc b/chrome/browser/ui/views/stubs_aura.cc |
| index b4fad2012a1fcad186c3f65912d823ec6435dd7a..c8b0492f9c227c1f01e9fb7069722aabe8f60fb8 100644 |
| --- a/chrome/browser/ui/views/stubs_aura.cc |
| +++ b/chrome/browser/ui/views/stubs_aura.cc |
| @@ -166,9 +166,8 @@ void ShowCertExportDialog(TabContents* tab_contents, |
| #endif |
| // static |
| -void BookmarkEditor::Show(gfx::NativeWindow parent_hwnd, |
| +void BookmarkEditor::Show(gfx::NativeWindow parent_window, |
|
flackr
2011/09/23 17:57:07
You might mean to be defining BookmarkEditor::Show
oshima
2011/09/23 18:42:04
This is stubbed out for aura. Build doesn't pass t
|
| Profile* profile, |
| - const BookmarkNode* parent, |
| const EditDetails& details, |
| Configuration configuration) { |
| // TODO(beng); |
| @@ -194,4 +193,3 @@ void ShowImportProgressDialog(gfx::NativeWindow parent_window, |
| void ExternalProtocolHandler::RunExternalProtocolDialog( |
| const GURL& url, int render_process_host_id, int routing_id) { |
| } |
| - |