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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_views.cc

Issue 10692164: Remove browser::FindTabbedBrowser call in bookmark_utils.cc. All callers, with the exception of met… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/ui/views/bookmarks/bookmark_context_menu_controller_views.cc
===================================================================
--- chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_views.cc (revision 146039)
+++ chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_views.cc (working copy)
@@ -66,9 +66,8 @@
content::RecordAction(
UserMetricsAction("BookmarkBar_ContextMenu_OpenAllIncognito"));
}
- bookmark_utils::OpenAll(parent_widget_->GetNativeWindow(),
- profile_, navigator_, selection_,
- initial_disposition);
+ bookmark_utils::OpenAll(parent_widget_->GetNativeWindow(), navigator_,
+ selection_, initial_disposition);
bookmark_utils::RecordBookmarkLaunch(bookmark_utils::LAUNCH_CONTEXT_MENU);
break;
}

Powered by Google App Engine
This is Rietveld 408576698