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

Unified Diff: chrome/browser/browser.cc

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/browser.cc
===================================================================
--- chrome/browser/browser.cc (revision 28706)
+++ chrome/browser/browser.cc (working copy)
@@ -1688,12 +1688,9 @@
if (!node)
return;
- // TODO(sky): BookmarkEditor::Show should take a NativeWindow, not view.
-#if defined(OS_WIN)
BookmarkEditor::Show(window()->GetNativeHandle(), profile_,
node->GetParent(), node, BookmarkEditor::SHOW_TREE,
NULL);
-#endif
}
///////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698