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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h

Issue 7465090: [Mac] Replace the custom bookmark menus with native NSMenus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 4 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/cocoa/bookmarks/bookmark_bar_unittest_helper.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h
index d0221b276ebaa457e45b6ad196fab4510a29444f..3c96d43d3873a50f061cbea01cc123c4cb1b74d9 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_unittest_helper.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -12,6 +12,13 @@
#import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h"
#import "chrome/browser/ui/cocoa/bookmarks/bookmark_button.h"
+// Returns the number of items in a given bookmark folder
+NSUInteger NumberOfMenuItems(BookmarkBarFolderController* folder);
+
+// Closes a bookmark menu folder after some delay.
+void CloseFolderAfterDelay(BookmarkBarFolderController* folder,
+ NSTimeInterval delay);
+
@interface BookmarkBarController (BookmarkBarUnitTestHelper)
// Return the bookmark button from this bar controller with the given
@@ -21,15 +28,6 @@
@end
-@interface BookmarkBarFolderController (BookmarkBarUnitTestHelper)
-
-// Return the bookmark button from this folder controller with the given
-// |title|, otherwise nil. This does not recurse into subfolders.
-- (BookmarkButton*)buttonWithTitleEqualTo:(NSString*)title;
-
-@end
-
-
@interface BookmarkButton (BookmarkBarUnitTestHelper)
// Return the center of the button in the base coordinate system of the

Powered by Google App Engine
This is Rietveld 408576698