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

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

Issue 2973004: [Mac]Implement ViewID support. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Turns out that, it's not a good solution. Created 10 years, 5 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/cocoa/base_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/nibs/Toolbar.xib
diff --git a/chrome/app/nibs/Toolbar.xib b/chrome/app/nibs/Toolbar.xib
index 95467eb1fe69fbf069a6aed2f10d2b5eefaec95c..7c8ec2411800b58278acb2e45c502b1ae2c73cca 100644
--- a/chrome/app/nibs/Toolbar.xib
+++ b/chrome/app/nibs/Toolbar.xib
@@ -55,7 +55,6 @@
<int key="NSvFlags">266</int>
<string key="NSFrame">{{125, 4}, {449, 27}}</string>
<reference key="NSSuperview" ref="928520650"/>
- <int key="NSTag">33004</int>
<bool key="NSEnabled">YES</bool>
<object class="NSTextFieldCell" key="NSCell" id="464583340">
<int key="NSCellFlags">-1804468671</int>
@@ -93,7 +92,6 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{62, 4}, {31, 27}}</string>
<reference key="NSSuperview" ref="928520650"/>
- <int key="NSTag">33003</int>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="760046712">
<int key="NSCellFlags">67239424</int>
@@ -122,7 +120,6 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{92, 4}, {31, 27}}</string>
<reference key="NSSuperview" ref="928520650"/>
- <int key="NSTag">33002</int>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="386107000">
<int key="NSCellFlags">67239424</int>
@@ -147,7 +144,6 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{32, 4}, {31, 27}}</string>
<reference key="NSSuperview" ref="928520650"/>
- <int key="NSTag">33001</int>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="3781855">
<int key="NSCellFlags">-2080244224</int>
@@ -172,7 +168,6 @@
<int key="NSvFlags">268</int>
<string key="NSFrame">{{2, 4}, {31, 27}}</string>
<reference key="NSSuperview" ref="928520650"/>
- <int key="NSTag">33000</int>
<bool key="NSEnabled">YES</bool>
<object class="NSButtonCell" key="NSCell" id="697431051">
<int key="NSCellFlags">-2080244224</int>
@@ -525,6 +520,7 @@
<string>7.CustomClassName</string>
<string>7.IBAttributePlaceholdersKey</string>
<string>7.IBPluginDependency</string>
+ <string>8.CustomClassName</string>
<string>8.IBAttributePlaceholdersKey</string>
<string>8.IBPluginDependency</string>
<string>9.CustomClassName</string>
@@ -593,6 +589,7 @@
</object>
</object>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
+ <string>ButtonWithViewID</string>
<object class="NSMutableDictionary">
<string key="NS.key.0">ToolTip</string>
<object class="IBToolTipAttribute" key="NS.object.0">
@@ -660,6 +657,14 @@
</object>
</object>
<object class="IBPartialClassDescription">
+ <string key="className">ButtonWithViewID</string>
+ <string key="superclassName">NSButton</string>
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
+ <string key="majorKey">IBProjectSource</string>
+ <string key="minorKey">browser/cocoa/button_with_viewid.h</string>
+ </object>
+ </object>
+ <object class="IBPartialClassDescription">
<string key="className">ChromeUILocalizer</string>
<string key="superclassName">GTMUILocalizer</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
@@ -681,7 +686,7 @@
</object>
<object class="IBPartialClassDescription">
<string key="className">DelayedMenuButton</string>
- <string key="superclassName">NSButton</string>
+ <string key="superclassName">ButtonWithViewID</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">browser/cocoa/delayedmenu_button.h</string>
@@ -741,7 +746,7 @@
</object>
<object class="IBPartialClassDescription">
<string key="className">MenuButton</string>
- <string key="superclassName">NSButton</string>
+ <string key="superclassName">ButtonWithViewID</string>
<object class="NSMutableDictionary" key="outlets">
<string key="NS.key.0">attachedMenu_</string>
<string key="NS.object.0">NSMenu</string>
@@ -781,7 +786,7 @@
</object>
<object class="IBPartialClassDescription">
<string key="className">ReloadButton</string>
- <string key="superclassName">NSButton</string>
+ <string key="superclassName">ButtonWithViewID</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">browser/cocoa/reload_button.h</string>
@@ -824,7 +829,7 @@
<string>DelayedMenuButton</string>
<string>BrowserActionsContainerView</string>
<string>DelayedMenuButton</string>
- <string>NSButton</string>
+ <string>ButtonWithViewID</string>
<string>AutocompleteTextField</string>
<string>ReloadButton</string>
<string>id</string>
« no previous file with comments | « no previous file | chrome/browser/cocoa/base_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698