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

Unified Diff: chrome/app/nibs/BookmarkBar.xib

Issue 2723743002: [Mac] Remove unnecessary subclasses in bookmark bar (Closed)
Patch Set: Created 3 years, 10 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 | chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/nibs/BookmarkBar.xib
diff --git a/chrome/app/nibs/BookmarkBar.xib b/chrome/app/nibs/BookmarkBar.xib
index c1cfabd8047b3ca1efd2b14dd484cd9c0e67d8aa..a3d01fad9705fac52ae8f7aa5d2122134cb04c53 100644
--- a/chrome/app/nibs/BookmarkBar.xib
+++ b/chrome/app/nibs/BookmarkBar.xib
@@ -34,7 +34,7 @@
<rect key="frame" x="0.0" y="-2" width="584" height="144"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<subviews>
- <customView hidden="YES" id="109" customClass="BookmarkBarItemContainer">
+ <customView hidden="YES" id="109" customClass="GTMWidthBasedTweaker">
<rect key="frame" x="0.0" y="103" width="596" height="41"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES"/>
<subviews>
@@ -49,7 +49,7 @@
<action selector="importBookmarks:" target="-2" id="116"/>
</connections>
</button>
- <textField verticalHuggingPriority="750" id="82" customClass="BookmarkBarTextField">
+ <textField verticalHuggingPriority="750" id="82" customClass="NSTextField">
<rect key="frame" x="5" y="20" width="167" height="14"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
<textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" enabled="NO" sendsActionOnEndEditing="YES" title="^IDS_BOOKMARKS_NO_ITEMS" id="83">
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698