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

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

Issue 7064045: Fix up clang on mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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_folder_view.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h
index 9542c908b3d522e3fe5bcdbc7b37aff6e2a156ba..0dc9194071b5adb47036b29216740266d3380324 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_view.h
@@ -18,11 +18,4 @@
// mentation comment for - (id<BookmarkButtonControllerProtocol>)controller.
id<BookmarkButtonControllerProtocol> controller_;
}
-@property(readonly, assign) id<BookmarkButtonControllerProtocol> controller;
-@end
-
-@interface BookmarkBarFolderView() // TestingOrInternalAPI
-@property(assign) BOOL dropIndicatorShown;
-@property(readonly) CGFloat dropIndicatorPosition;
-@property(assign) id<BookmarkButtonControllerProtocol> controller;
@end

Powered by Google App Engine
This is Rietveld 408576698