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

Unified Diff: chrome/browser/ui/views/stubs_aura.cc

Issue 8018009: Update signature for BookmarkEditor::Show for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
}
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698