Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
=================================================================== |
--- chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc (revision 99764) |
+++ chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc (working copy) |
@@ -367,7 +367,10 @@ |
profile_->GetBookmarkModel()->GetMostRecentlyAddedNodeForURL(url_); |
#if !defined(WEBUI_DIALOGS) |
-#if defined(OS_WIN) |
+#if defined(USE_AURA) |
+ NOTIMPLEMENTED(); |
+ gfx::NativeView parent = NULL; |
+#elif defined(OS_WIN) |
// Parent the editor to our root ancestor (not the root we're in, as that |
// is the info bubble and will close shortly). |
HWND parent = GetAncestor(GetWidget()->GetNativeView(), GA_ROOTOWNER); |