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

Unified Diff: chrome/browser/cocoa/bookmark_bar_bridge_unittest.mm

Issue 373022: Enable and implement last 2 items in bookmark bar context menu: "Open... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/browser/browser.cc ('k') | chrome/browser/cocoa/bookmark_bar_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/bookmark_bar_bridge_unittest.mm
===================================================================
--- chrome/browser/cocoa/bookmark_bar_bridge_unittest.mm (revision 31745)
+++ chrome/browser/cocoa/bookmark_bar_bridge_unittest.mm (working copy)
@@ -23,8 +23,7 @@
// Objective-C declarations may only appear in global scope")
// Oddly, we are our own delegate.
-@interface FakeBookmarkBarController :
- BookmarkBarController<BookmarkURLOpener> {
+@interface FakeBookmarkBarController : BookmarkBarController {
@public
scoped_nsobject<NSMutableArray> callbacks_;
std::vector<OpenInfo> opens_;
@@ -37,8 +36,7 @@
if ((self = [super initWithBrowser:browser
initialWidth:100 // arbitrary
compressDelegate:nil
- resizeDelegate:nil
- urlDelegate:self])) {
+ resizeDelegate:nil])) {
callbacks_.reset([[NSMutableArray alloc] init]);
}
return self;
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/cocoa/bookmark_bar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698