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

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

Issue 2750773002: Fix comment location for BookmarkBarView in Cocoa code. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
index 72ba1297864e8eb32762c989536d527d0ad73c18..6f8cb7b05fb1629ad46f027674fc0fdcafb42dbb 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h
@@ -11,6 +11,8 @@
@class BookmarkBarController;
+// A simple custom NSView for the bookmark bar used to prevent clicking and
+// dragging from moving the browser window.
@interface BookmarkBarView : NSView {
@private
BOOL dropIndicatorShown_;
@@ -33,8 +35,6 @@
@property(nonatomic, assign) BookmarkBarController* controller;
@end
-// A simple custom NSView for the bookmark bar used to prevent clicking and
-// dragging from moving the browser window.
@interface BookmarkBarView() // TestingOrInternalAPI
@property(nonatomic, readonly) BOOL dropIndicatorShown;
@property(nonatomic, readonly) CGFloat dropIndicatorPosition;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698