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

Side by Side Diff: chrome/app/nibs/ExtensionInstallPromptInline.xib

Issue 145153002: Make sideloaded (externally installed) extensions display webstore info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ChromeOS fix Created 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/nibs/ExtensionInstallPromptWebstoreData.xib » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
3 <data>
4 <int key="IBDocument.SystemTarget">1050</int>
5 <string key="IBDocument.SystemVersion">12C54</string>
6 <string key="IBDocument.InterfaceBuilderVersion">2549</string>
7 <string key="IBDocument.AppKitVersion">1187.34</string>
8 <string key="IBDocument.HIToolboxVersion">625.00</string>
9 <object class="NSMutableDictionary" key="IBDocument.PluginVersio ns">
10 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin</string>
11 <string key="NS.object.0">2549</string>
12 </object>
13 <object class="NSArray" key="IBDocument.IntegratedClassDependenc ies">
14 <bool key="EncodedWithXMLCoder">YES</bool>
15 <string>NSBox</string>
16 <string>NSButton</string>
17 <string>NSButtonCell</string>
18 <string>NSCustomObject</string>
19 <string>NSCustomView</string>
20 <string>NSImageCell</string>
21 <string>NSImageView</string>
22 <string>NSOutlineView</string>
23 <string>NSScrollView</string>
24 <string>NSScroller</string>
25 <string>NSTableColumn</string>
26 <string>NSTextField</string>
27 <string>NSTextFieldCell</string>
28 </object>
29 <object class="NSArray" key="IBDocument.PluginDependencies">
30 <bool key="EncodedWithXMLCoder">YES</bool>
31 <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
32 </object>
33 <object class="NSMutableDictionary" key="IBDocument.Metadata">
34 <string key="NS.key.0">PluginDependencyRecalculationVers ion</string>
35 <integer value="1" key="NS.object.0"/>
36 </object>
37 <object class="NSMutableArray" key="IBDocument.RootObjects" id=" 110858478">
38 <bool key="EncodedWithXMLCoder">YES</bool>
39 <object class="NSCustomObject" id="762632889">
40 <string key="NSClassName">ExtensionInstallViewCo ntroller</string>
41 </object>
42 <object class="NSCustomObject" id="932410077">
43 <string key="NSClassName">FirstResponder</string >
44 </object>
45 <object class="NSCustomObject" id="858592610">
46 <string key="NSClassName">NSApplication</string>
47 </object>
48 <object class="NSCustomObject" id="936638122">
49 <string key="NSClassName">ChromeUILocalizer</str ing>
50 </object>
51 <object class="NSCustomObject" id="423359922">
52 <string key="NSClassName">GTMUILocalizerAndLayou tTweaker</string>
53 </object>
54 <object class="NSCustomView" id="606567991">
55 <reference key="NSNextResponder"/>
56 <int key="NSvFlags">268</int>
57 <object class="NSMutableArray" key="NSSubviews">
58 <bool key="EncodedWithXMLCoder">YES</boo l>
59 <object class="NSScrollView" id="1298027 11">
60 <reference key="NSNextResponder" ref="606567991"/>
61 <int key="NSvFlags">4364</int>
62 <object class="NSMutableArray" k ey="NSSubviews">
63 <bool key="EncodedWithXM LCoder">YES</bool>
64 <object class="NSClipVie w" id="843263537">
65 <reference key=" NSNextResponder" ref="129802711"/>
66 <int key="NSvFla gs">2304</int>
67 <object class="N SMutableArray" key="NSSubviews">
68 <bool ke y="EncodedWithXMLCoder">YES</bool>
69 <object class="NSOutlineView" id="66045744">
70 <reference key="NSNextResponder" ref="843263537"/>
71 <int key="NSvFlags">4352</int>
72 <string key="NSFrameSize">{447, 45}</string>
73 <reference key="NSSuperview" ref="843263537"/>
74 <reference key="NSWindow"/>
75 <reference key="NSNextKeyView" ref="78143092"/>
76 <bool key="NSEnabled">YES</bool>
77 <bool key="NSAllowsLogicalLayoutDirection">NO</bool>
78 <bool key="NSControlAllowsExpansionToolTips">YES</bool>
79 <object class="_NSCornerView" key="NSCornerView">
80 <nil key="NSNextResponder"/>
81 <int key="NSvFlags">256</int>
82 <string key="NSFrame">{{283, 0}, {16, 17}}</string>
83 </object>
84 <object class="NSMutableArray" key="NSTableColumns">
85 <bool key="EncodedWithXMLCoder">YES</bool>
86 <object class="NSTableColumn" id="583695287">
87 <double key="NSWidth">444</double>
88 <double key="NSMinWidth">16</double>
89 <double key="NSMaxWidth">1000</double>
90 <object class="NSTableHeaderCell" key="NSHeaderCell">
91 <int key="NSCellFlags">75497536</int>
92 <int key="NSCellFlags2">2048</int>
93 <string key="NSContents"/>
94 <object class="NSFont" key="NSSupport">
95 <string key="NSName">LucidaGrande</string>
96 <double key="NSSize">11</double>
97 <int key="NSfFlags">3100</int>
98 </object>
99 <object class="NSColor" key="NSBackgroundColor">
100 <int key="NSColorSpace">3</int>
101 <bytes key="NSWhite">MC4zMzMzMzI5ODU2AA</bytes>
102 </object>
103 <object class="NSColor" key="NSTextColor">
104 <int key="NSColorSpace">6</int>
105 <string key="NSCatalogName">System</string>
106 <string key="NSColorName">headerTextColor</strin g>
107 <object class="NSColor" key="NSColor" id="721007 034">
108 <int key="NSColorSpace">3</int>
109 <bytes key="NSWhite">MAA</bytes>
110 </object>
111 </object>
112 </object>
113 <object class="NSTextFieldCell" key="NSDataCell" id="322710966">
114 <int key="NSCellFlags">337641536</int>
115 <int key="NSCellFlags2">2048</int>
116 <string key="NSContents">Text Cell</string>
117 <object class="NSFont" key="NSSupport" id="899185778">
118 <string key="NSName">LucidaGrande</string>
119 <double key="NSSize">12</double>
120 <int key="NSfFlags">16</int>
121 </object>
122 <reference key="NSControlView" ref="66045744"/>
123 <object class="NSColor" key="NSBackgroundColor" id="1543 74375">
124 <int key="NSColorSpace">6</int>
125 <string key="NSCatalogName">System</string>
126 <string key="NSColorName">controlBackgroundColor </string>
127 <object class="NSColor" key="NSColor" id="250848 028">
128 <int key="NSColorSpace">3</int>
129 <bytes key="NSWhite">MC42NjY2NjY2NjY3AA< /bytes>
130 </object>
131 </object>
132 <object class="NSColor" key="NSTextColor">
133 <int key="NSColorSpace">6</int>
134 <string key="NSCatalogName">System</string>
135 <string key="NSColorName">controlTextColor</stri ng>
136 <reference key="NSColor" ref="721007034"/>
137 </object>
138 </object>
139 <reference key="NSTableView" ref="66045744"/>
140 </object>
141 </object>
142 <double key="NSIntercellSpacingWidth">3</double>
143 <double key="NSIntercellSpacingHeight">2</double>
144 <object class="NSColor" key="NSBackgroundColor" id="719829303">
145 <int key="NSColorSpace">3</int>
146 <bytes key="NSWhite">MCAwAA</bytes>
147 </object>
148 <object class="NSColor" key="NSGridColor">
149 <int key="NSColorSpace">6</int>
150 <string key="NSCatalogName">System</string>
151 <string key="NSColorName">gridColor</string>
152 <object class="NSColor" key="NSColor">
153 <int key="NSColorSpace">3</int>
154 <bytes key="NSWhite">MC41AA</bytes>
155 </object>
156 </object>
157 <double key="NSRowHeight">17</double>
158 <int key="NSTvFlags">308281344</int>
159 <reference key="NSDelegate"/>
160 <reference key="NSDataSource"/>
161 <int key="NSColumnAutoresizingStyle">0</int>
162 <int key="NSDraggingSourceMaskForLocal">15</int>
163 <int key="NSDraggingSourceMaskForNonLocal">0</int>
164 <bool key="NSAllowsTypeSelect">NO</bool>
165 <int key="NSTableViewDraggingDestinationStyle">0</int>
166 <int key="NSTableViewGroupRowStyle">1</int>
167 <bool key="NSOutlineViewAutoresizesOutlineColumnKey">NO</bool>
168 </object >
169 </object>
170 <string key="NSF rameSize">{445, 45}</string>
171 <reference key=" NSSuperview" ref="129802711"/>
172 <reference key=" NSWindow"/>
173 <reference key=" NSNextKeyView" ref="66045744"/>
174 <reference key=" NSDocView" ref="66045744"/>
175 <reference key=" NSBGColor" ref="154374375"/>
176 <int key="NScvFl ags">2</int>
177 </object>
178 <object class="NSScrolle r" id="89758602">
179 <reference key=" NSNextResponder" ref="129802711"/>
180 <int key="NSvFla gs">-2147483392</int>
181 <string key="NSF rame">{{-100, -100}, {15, 17}}</string>
182 <reference key=" NSSuperview" ref="129802711"/>
183 <reference key=" NSWindow"/>
184 <reference key=" NSNextKeyView" ref="174600994"/>
185 <bool key="NSAll owsLogicalLayoutDirection">NO</bool>
186 <reference key=" NSTarget" ref="129802711"/>
187 <string key="NSA ction">_doScroller:</string>
188 <double key="NSP ercent">0.97142857142857142</double>
189 </object>
190 <object class="NSScrolle r" id="174600994">
191 <reference key=" NSNextResponder" ref="129802711"/>
192 <int key="NSvFla gs">-2147483392</int>
193 <string key="NSF rame">{{-100, -100}, {283, 15}}</string>
194 <reference key=" NSSuperview" ref="129802711"/>
195 <reference key=" NSWindow"/>
196 <reference key=" NSNextKeyView" ref="843263537"/>
197 <bool key="NSEna bled">YES</bool>
198 <bool key="NSAll owsLogicalLayoutDirection">NO</bool>
199 <int key="NSsFla gs">1</int>
200 <reference key=" NSTarget" ref="129802711"/>
201 <string key="NSA ction">_doScroller:</string>
202 <double key="NSP ercent">0.99665551839464883</double>
203 </object>
204 </object>
205 <string key="NSFrame">{{1, 57}, {445, 45}}</string>
206 <reference key="NSSuperview" ref ="606567991"/>
207 <reference key="NSWindow"/>
208 <reference key="NSNextKeyView" r ef="89758602"/>
209 <int key="NSsFlags">133760</int>
210 <reference key="NSVScroller" ref ="89758602"/>
211 <reference key="NSHScroller" ref ="174600994"/>
212 <reference key="NSContentView" r ef="843263537"/>
213 <bytes key="NSScrollAmts">QSAAAE EgAABBmAAAQZgAAA</bytes>
214 <double key="NSMinMagnification" >0.25</double>
215 <double key="NSMaxMagnification" >4</double>
216 <double key="NSMagnification">1< /double>
217 </object>
218 <object class="NSCustomView" id="1019866 569">
219 <reference key="NSNextResponder" ref="606567991"/>
220 <int key="NSvFlags">4364</int>
221 <string key="NSFrame">{{21, 166} , {55, 11}}</string>
222 <reference key="NSSuperview" ref ="606567991"/>
223 <reference key="NSWindow"/>
224 <reference key="NSNextKeyView" r ef="1028275909"/>
225 <string key="NSClassName">NSView </string>
226 </object>
227 <object class="NSButton" id="668901952">
228 <reference key="NSNextResponder" ref="606567991"/>
229 <int key="NSvFlags">268</int>
230 <string key="NSFrame">{{19, 127} , {351, 17}}</string>
231 <reference key="NSSuperview" ref ="606567991"/>
232 <reference key="NSWindow"/>
233 <reference key="NSNextKeyView" r ef="773187810"/>
234 <bool key="NSEnabled">YES</bool>
235 <object class="NSButtonCell" key ="NSCell" id="145332870">
236 <int key="NSCellFlags">6 7108864</int>
237 <int key="NSCellFlags2"> 131072</int>
238 <string key="NSContents" >^IDS_EXTENSION_PROMPT_STORE_LINK</string>
239 <reference key="NSSuppor t" ref="899185778"/>
240 <reference key="NSContro lView" ref="668901952"/>
241 <int key="NSButtonFlags" >-2038284288</int>
242 <int key="NSButtonFlags2 ">134</int>
243 <reference key="NSAltern ateImage" ref="899185778"/>
244 <string key="NSAlternate Contents"/>
245 <string key="NSKeyEquiva lent"/>
246 <int key="NSPeriodicDela y">200</int>
247 <int key="NSPeriodicInte rval">25</int>
248 </object>
249 <bool key="NSAllowsLogicalLayout Direction">NO</bool>
250 </object>
251 <object class="NSTextField" id="10282759 09">
252 <reference key="NSNextResponder" ref="606567991"/>
253 <int key="NSvFlags">268</int>
254 <string key="NSFrame">{{79, 164} , {295, 14}}</string>
255 <reference key="NSSuperview" ref ="606567991"/>
256 <reference key="NSWindow"/>
257 <reference key="NSNextKeyView" r ef="193702477"/>
258 <bool key="NSEnabled">YES</bool>
259 <object class="NSTextFieldCell" key="NSCell" id="501914127">
260 <int key="NSCellFlags">6 8157504</int>
261 <int key="NSCellFlags2"> 272630784</int>
262 <string key="NSContents" >(345)</string>
263 <reference key="NSSuppor t" ref="899185778"/>
264 <reference key="NSContro lView" ref="1028275909"/>
265 <object class="NSColor" key="NSBackgroundColor" id="106251383">
266 <int key="NSColo rSpace">6</int>
267 <string key="NSC atalogName">System</string>
268 <string key="NSC olorName">controlColor</string>
269 <reference key=" NSColor" ref="250848028"/>
270 </object>
271 <object class="NSColor" key="NSTextColor" id="850430042">
272 <int key="NSColo rSpace">1</int>
273 <bytes key="NSRG B">MCAwIDAAA</bytes>
274 </object>
275 </object>
276 <bool key="NSAllowsLogicalLayout Direction">NO</bool>
277 </object>
278 <object class="NSTextField" id="19370247 7">
279 <reference key="NSNextResponder" ref="606567991"/>
280 <int key="NSvFlags">268</int>
281 <string key="NSFrame">{{18, 148} , {357, 14}}</string>
282 <reference key="NSSuperview" ref ="606567991"/>
283 <reference key="NSWindow"/>
284 <reference key="NSNextKeyView" r ef="668901952"/>
285 <bool key="NSEnabled">YES</bool>
286 <object class="NSTextFieldCell" key="NSCell" id="213803580">
287 <int key="NSCellFlags">6 8157504</int>
288 <int key="NSCellFlags2"> 272630784</int>
289 <string key="NSContents" >123 users</string>
290 <reference key="NSSuppor t" ref="899185778"/>
291 <reference key="NSContro lView" ref="193702477"/>
292 <reference key="NSBackgr oundColor" ref="106251383"/>
293 <reference key="NSTextCo lor" ref="850430042"/>
294 </object>
295 <bool key="NSAllowsLogicalLayout Direction">NO</bool>
296 </object>
297 <object class="NSBox" id="721552738">
298 <reference key="NSNextResponder" ref="606567991"/>
299 <int key="NSvFlags">12</int>
300 <string key="NSFrame">{{22, 110} , {428, 5}}</string>
301 <reference key="NSSuperview" ref ="606567991"/>
302 <reference key="NSWindow"/>
303 <reference key="NSNextKeyView" r ef="129802711"/>
304 <string key="NSOffsets">{0, 0}</ string>
305 <object class="NSTextFieldCell" key="NSTitleCell">
306 <int key="NSCellFlags">6 7108864</int>
307 <int key="NSCellFlags2"> 0</int>
308 <string key="NSContents" >Box</string>
309 <object class="NSFont" k ey="NSSupport" id="120564242">
310 <string key="NSN ame">LucidaGrande</string>
311 <double key="NSS ize">13</double>
312 <int key="NSfFla gs">1044</int>
313 </object>
314 <object class="NSColor" key="NSBackgroundColor">
315 <int key="NSColo rSpace">6</int>
316 <string key="NSC atalogName">System</string>
317 <string key="NSC olorName">textBackgroundColor</string>
318 <object class="N SColor" key="NSColor">
319 <int key ="NSColorSpace">3</int>
320 <bytes k ey="NSWhite">MQA</bytes>
321 </object>
322 </object>
323 <object class="NSColor" key="NSTextColor">
324 <int key="NSColo rSpace">3</int>
325 <bytes key="NSWh ite">MCAwLjgwMDAwMDAxMTkAA</bytes>
326 </object>
327 </object>
328 <int key="NSBorderType">3</int>
329 <int key="NSBoxType">2</int>
330 <int key="NSTitlePosition">0</in t>
331 <bool key="NSTransparent">NO</bo ol>
332 </object>
333 <object class="NSImageView" id="77318781 0">
334 <reference key="NSNextResponder" ref="606567991"/>
335 <int key="NSvFlags">265</int>
336 <object class="NSMutableSet" key ="NSDragTypes">
337 <bool key="EncodedWithXM LCoder">YES</bool>
338 <object class="NSArray" key="set.sortedObjects">
339 <bool key="Encod edWithXMLCoder">YES</bool>
340 <string>Apple PD F pasteboard type</string>
341 <string>Apple PI CT pasteboard type</string>
342 <string>Apple PN G pasteboard type</string>
343 <string>NSFilena mesPboardType</string>
344 <string>NeXT Enc apsulated PostScript v1.2 pasteboard type</string>
345 <string>NeXT TIF F v4.0 pasteboard type</string>
346 </object>
347 </object>
348 <string key="NSFrame">{{380, 129 }, {69, 69}}</string>
349 <reference key="NSSuperview" ref ="606567991"/>
350 <reference key="NSWindow"/>
351 <reference key="NSNextKeyView" r ef="721552738"/>
352 <bool key="NSEnabled">YES</bool>
353 <object class="NSImageCell" key= "NSCell" id="770823139">
354 <int key="NSCellFlags">1 34217728</int>
355 <int key="NSCellFlags2"> 33554432</int>
356 <int key="NSAlign">0</in t>
357 <int key="NSScale">0</in t>
358 <int key="NSStyle">0</in t>
359 <bool key="NSAnimates">N O</bool>
360 </object>
361 <bool key="NSAllowsLogicalLayout Direction">NO</bool>
362 <bool key="NSEditable">YES</bool >
363 </object>
364 <object class="NSButton" id="78143092">
365 <reference key="NSNextResponder" ref="606567991"/>
366 <int key="NSvFlags">289</int>
367 <string key="NSFrame">{{246, 14} , {96, 28}}</string>
368 <reference key="NSSuperview" ref ="606567991"/>
369 <reference key="NSWindow"/>
370 <reference key="NSNextKeyView" r ef="658209583"/>
371 <bool key="NSEnabled">YES</bool>
372 <object class="NSButtonCell" key ="NSCell" id="694974848">
373 <int key="NSCellFlags">- 2080374784</int>
374 <int key="NSCellFlags2"> 134217728</int>
375 <string key="NSContents" >^IDS_CANCEL</string>
376 <reference key="NSSuppor t" ref="120564242"/>
377 <reference key="NSContro lView" ref="78143092"/>
378 <int key="NSButtonFlags" >-2038284288</int>
379 <int key="NSButtonFlags2 ">134</int>
380 <string key="NSAlternate Contents"/>
381 <string type="base64-UTF 8" key="NSKeyEquivalent">DQ</string>
382 <int key="NSPeriodicDela y">200</int>
383 <int key="NSPeriodicInte rval">25</int>
384 </object>
385 <bool key="NSAllowsLogicalLayout Direction">NO</bool>
386 </object>
387 <object class="NSButton" id="658209583">
388 <reference key="NSNextResponder" ref="606567991"/>
389 <int key="NSvFlags">289</int>
390 <string key="NSFrame">{{352, 14} , {96, 28}}</string>
391 <reference key="NSSuperview" ref ="606567991"/>
392 <reference key="NSWindow"/>
393 <reference key="NSNextKeyView"/>
394 <bool key="NSEnabled">YES</bool>
395 <object class="NSButtonCell" key ="NSCell" id="774013405">
396 <int key="NSCellFlags">6 7108864</int>
397 <int key="NSCellFlags2"> 134217728</int>
398 <string key="NSContents" >^IDS_EXTENSION_PROMPT_INSTALL_BUTTON</string>
399 <reference key="NSSuppor t" ref="120564242"/>
400 <reference key="NSContro lView" ref="658209583"/>
401 <int key="NSButtonFlags" >-2034876416</int>
402 <int key="NSButtonFlags2 ">134</int>
403 <object class="NSImage" key="NSNormalImage">
404 <int key="NSImag eFlags">549650432</int>
405 <string key="NSS ize">{1, 1}</string>
406 <object class="N SMutableArray" key="NSReps">
407 <bool ke y="EncodedWithXMLCoder">YES</bool>
408 <object class="NSArray">
409 <bool key="EncodedWithXMLCoder">YES</bool>
410 <integer value="0"/>
411 <object class="NSBitmapImageRep">
412 <object class="NSData" key="NSTIFFRepresentation">
413 <bytes key="NS.bytes">TU0AKgAAAAoAAAANAQAAAwAAAAEAAQAAAQEAAwAAAA EAAQAAAQIAAwAAAAIACAAIAQMAAwAAAAEAAQAA
414 AQYAAwAAAAEAAQAAAREABAAAAAEAAAAIARIAAwAAAAEAAQAAARUAAwAAAAEAAgAAARYAAwAAAAEAAQAA
415 ARcABAAAAAEAAAACARwAAwAAAAEAAQAAAVIAAwAAAAEAAQAAAVMAAwAAAAIAAQABAAAAAA</bytes>
416 </object>
417 </object>
418 </object >
419 </object>
420 <reference key=" NSColor" ref="719829303"/>
421 </object>
422 <string key="NSAlternate Contents"/>
423 <string key="NSKeyEquiva lent"/>
424 <int key="NSPeriodicDela y">200</int>
425 <int key="NSPeriodicInte rval">25</int>
426 </object>
427 <bool key="NSAllowsLogicalLayout Direction">NO</bool>
428 </object>
429 <object class="NSTextField" id="11616170 6">
430 <reference key="NSNextResponder" ref="606567991"/>
431 <int key="NSvFlags">268</int>
432 <string key="NSFrame">{{19, 183} , {357, 17}}</string>
433 <reference key="NSSuperview" ref ="606567991"/>
434 <reference key="NSWindow"/>
435 <reference key="NSNextKeyView" r ef="1019866569"/>
436 <bool key="NSEnabled">YES</bool>
437 <object class="NSTextFieldCell" key="NSCell" id="765561203">
438 <int key="NSCellFlags">6 7108864</int>
439 <int key="NSCellFlags2"> 272629760</int>
440 <string key="NSContents" >Title</string>
441 <object class="NSFont" k ey="NSSupport">
442 <string key="NSN ame">LucidaGrande</string>
443 <double key="NSS ize">15</double>
444 <int key="NSfFla gs">16</int>
445 </object>
446 <reference key="NSContro lView" ref="116161706"/>
447 <reference key="NSBackgr oundColor" ref="106251383"/>
448 <reference key="NSTextCo lor" ref="850430042"/>
449 </object>
450 <bool key="NSAllowsLogicalLayout Direction">NO</bool>
451 </object>
452 </object>
453 <string key="NSFrameSize">{468, 214}</string>
454 <reference key="NSSuperview"/>
455 <reference key="NSWindow"/>
456 <reference key="NSNextKeyView" ref="116161706"/>
457 <string key="NSReuseIdentifierKey">_NS:9</string >
458 <string key="NSClassName">NSView</string>
459 </object>
460 </object>
461 <object class="IBObjectContainer" key="IBDocument.Objects">
462 <object class="NSMutableArray" key="connectionRecords">
463 <bool key="EncodedWithXMLCoder">YES</bool>
464 <object class="IBConnectionRecord">
465 <object class="IBOutletConnection" key=" connection">
466 <string key="label">titleField_< /string>
467 <reference key="source" ref="762 632889"/>
468 <reference key="destination" ref ="116161706"/>
469 </object>
470 <int key="connectionID">144</int>
471 </object>
472 <object class="IBConnectionRecord">
473 <object class="IBActionConnection" key=" connection">
474 <string key="label">ok:</string>
475 <reference key="source" ref="762 632889"/>
476 <reference key="destination" ref ="658209583"/>
477 </object>
478 <int key="connectionID">134</int>
479 </object>
480 <object class="IBConnectionRecord">
481 <object class="IBOutletConnection" key=" connection">
482 <string key="label">okButton_</s tring>
483 <reference key="source" ref="762 632889"/>
484 <reference key="destination" ref ="658209583"/>
485 </object>
486 <int key="connectionID">149</int>
487 </object>
488 <object class="IBConnectionRecord">
489 <object class="IBActionConnection" key=" connection">
490 <string key="label">cancel:</str ing>
491 <reference key="source" ref="762 632889"/>
492 <reference key="destination" ref ="78143092"/>
493 </object>
494 <int key="connectionID">133</int>
495 </object>
496 <object class="IBConnectionRecord">
497 <object class="IBOutletConnection" key=" connection">
498 <string key="label">cancelButton _</string>
499 <reference key="source" ref="762 632889"/>
500 <reference key="destination" ref ="78143092"/>
501 </object>
502 <int key="connectionID">150</int>
503 </object>
504 <object class="IBConnectionRecord">
505 <object class="IBOutletConnection" key=" connection">
506 <string key="label">iconView_</s tring>
507 <reference key="source" ref="762 632889"/>
508 <reference key="destination" ref ="773187810"/>
509 </object>
510 <int key="connectionID">137</int>
511 </object>
512 <object class="IBConnectionRecord">
513 <object class="IBOutletConnection" key=" connection">
514 <string key="label">warningsSepa rator_</string>
515 <reference key="source" ref="762 632889"/>
516 <reference key="destination" ref ="721552738"/>
517 </object>
518 <int key="connectionID">180</int>
519 </object>
520 <object class="IBConnectionRecord">
521 <object class="IBOutletConnection" key=" connection">
522 <string key="label">userCountFie ld_</string>
523 <reference key="source" ref="762 632889"/>
524 <reference key="destination" ref ="193702477"/>
525 </object>
526 <int key="connectionID">158</int>
527 </object>
528 <object class="IBConnectionRecord">
529 <object class="IBOutletConnection" key=" connection">
530 <string key="label">ratingCountF ield_</string>
531 <reference key="source" ref="762 632889"/>
532 <reference key="destination" ref ="1028275909"/>
533 </object>
534 <int key="connectionID">171</int>
535 </object>
536 <object class="IBConnectionRecord">
537 <object class="IBActionConnection" key=" connection">
538 <string key="label">storeLinkCli cked:</string>
539 <reference key="source" ref="762 632889"/>
540 <reference key="destination" ref ="668901952"/>
541 </object>
542 <int key="connectionID">157</int>
543 </object>
544 <object class="IBConnectionRecord">
545 <object class="IBOutletConnection" key=" connection">
546 <string key="label">ratingStars_ </string>
547 <reference key="source" ref="762 632889"/>
548 <reference key="destination" ref ="1019866569"/>
549 </object>
550 <int key="connectionID">173</int>
551 </object>
552 <object class="IBConnectionRecord">
553 <object class="IBOutletConnection" key=" connection">
554 <string key="label">outlineView_ </string>
555 <reference key="source" ref="762 632889"/>
556 <reference key="destination" ref ="66045744"/>
557 </object>
558 <int key="connectionID">188</int>
559 </object>
560 <object class="IBConnectionRecord">
561 <object class="IBOutletConnection" key=" connection">
562 <string key="label">view</string >
563 <reference key="source" ref="762 632889"/>
564 <reference key="destination" ref ="606567991"/>
565 </object>
566 <int key="connectionID">193</int>
567 </object>
568 <object class="IBConnectionRecord">
569 <object class="IBOutletConnection" key=" connection">
570 <string key="label">storeLinkBut ton_</string>
571 <reference key="source" ref="762 632889"/>
572 <reference key="destination" ref ="668901952"/>
573 </object>
574 <int key="connectionID">194</int>
575 </object>
576 <object class="IBConnectionRecord">
577 <object class="IBOutletConnection" key=" connection">
578 <string key="label">localizer_</ string>
579 <reference key="source" ref="423 359922"/>
580 <reference key="destination" ref ="936638122"/>
581 </object>
582 <int key="connectionID">142</int>
583 </object>
584 <object class="IBConnectionRecord">
585 <object class="IBOutletConnection" key=" connection">
586 <string key="label">uiObject_</s tring>
587 <reference key="source" ref="423 359922"/>
588 <reference key="destination" ref ="606567991"/>
589 </object>
590 <int key="connectionID">192</int>
591 </object>
592 <object class="IBConnectionRecord">
593 <object class="IBOutletConnection" key=" connection">
594 <string key="label">dataSource</ string>
595 <reference key="source" ref="660 45744"/>
596 <reference key="destination" ref ="762632889"/>
597 </object>
598 <int key="connectionID">189</int>
599 </object>
600 <object class="IBConnectionRecord">
601 <object class="IBOutletConnection" key=" connection">
602 <string key="label">delegate</st ring>
603 <reference key="source" ref="660 45744"/>
604 <reference key="destination" ref ="762632889"/>
605 </object>
606 <int key="connectionID">190</int>
607 </object>
608 </object>
609 <object class="IBMutableOrderedSet" key="objectRecords">
610 <object class="NSArray" key="orderedObjects">
611 <bool key="EncodedWithXMLCoder">YES</boo l>
612 <object class="IBObjectRecord">
613 <int key="objectID">0</int>
614 <object class="NSArray" key="obj ect" id="0">
615 <bool key="EncodedWithXM LCoder">YES</bool>
616 </object>
617 <reference key="children" ref="1 10858478"/>
618 <nil key="parent"/>
619 </object>
620 <object class="IBObjectRecord">
621 <int key="objectID">-2</int>
622 <reference key="object" ref="762 632889"/>
623 <reference key="parent" ref="0"/ >
624 <string key="objectName">File's Owner</string>
625 </object>
626 <object class="IBObjectRecord">
627 <int key="objectID">-1</int>
628 <reference key="object" ref="932 410077"/>
629 <reference key="parent" ref="0"/ >
630 <string key="objectName">First R esponder</string>
631 </object>
632 <object class="IBObjectRecord">
633 <int key="objectID">-3</int>
634 <reference key="object" ref="858 592610"/>
635 <reference key="parent" ref="0"/ >
636 <string key="objectName">Applica tion</string>
637 </object>
638 <object class="IBObjectRecord">
639 <int key="objectID">140</int>
640 <reference key="object" ref="936 638122"/>
641 <reference key="parent" ref="0"/ >
642 </object>
643 <object class="IBObjectRecord">
644 <int key="objectID">141</int>
645 <reference key="object" ref="423 359922"/>
646 <reference key="parent" ref="0"/ >
647 </object>
648 <object class="IBObjectRecord">
649 <int key="objectID">191</int>
650 <reference key="object" ref="606 567991"/>
651 <object class="NSMutableArray" k ey="children">
652 <bool key="EncodedWithXM LCoder">YES</bool>
653 <reference ref="12980271 1"/>
654 <reference ref="10198665 69"/>
655 <reference ref="66890195 2"/>
656 <reference ref="19370247 7"/>
657 <reference ref="72155273 8"/>
658 <reference ref="77318781 0"/>
659 <reference ref="11616170 6"/>
660 <reference ref="78143092 "/>
661 <reference ref="65820958 3"/>
662 <reference ref="10282759 09"/>
663 </object>
664 <reference key="parent" ref="0"/ >
665 </object>
666 <object class="IBObjectRecord">
667 <int key="objectID">118</int>
668 <reference key="object" ref="116 161706"/>
669 <object class="NSMutableArray" k ey="children">
670 <bool key="EncodedWithXM LCoder">YES</bool>
671 <reference ref="76556120 3"/>
672 </object>
673 <reference key="parent" ref="606 567991"/>
674 </object>
675 <object class="IBObjectRecord">
676 <int key="objectID">119</int>
677 <reference key="object" ref="765 561203"/>
678 <reference key="parent" ref="116 161706"/>
679 </object>
680 <object class="IBObjectRecord">
681 <int key="objectID">124</int>
682 <reference key="object" ref="658 209583"/>
683 <object class="NSMutableArray" k ey="children">
684 <bool key="EncodedWithXM LCoder">YES</bool>
685 <reference ref="77401340 5"/>
686 </object>
687 <reference key="parent" ref="606 567991"/>
688 </object>
689 <object class="IBObjectRecord">
690 <int key="objectID">125</int>
691 <reference key="object" ref="774 013405"/>
692 <reference key="parent" ref="658 209583"/>
693 </object>
694 <object class="IBObjectRecord">
695 <int key="objectID">126</int>
696 <reference key="object" ref="781 43092"/>
697 <object class="NSMutableArray" k ey="children">
698 <bool key="EncodedWithXM LCoder">YES</bool>
699 <reference ref="69497484 8"/>
700 </object>
701 <reference key="parent" ref="606 567991"/>
702 </object>
703 <object class="IBObjectRecord">
704 <int key="objectID">127</int>
705 <reference key="object" ref="694 974848"/>
706 <reference key="parent" ref="781 43092"/>
707 </object>
708 <object class="IBObjectRecord">
709 <int key="objectID">130</int>
710 <reference key="object" ref="773 187810"/>
711 <object class="NSMutableArray" k ey="children">
712 <bool key="EncodedWithXM LCoder">YES</bool>
713 <reference ref="77082313 9"/>
714 </object>
715 <reference key="parent" ref="606 567991"/>
716 </object>
717 <object class="IBObjectRecord">
718 <int key="objectID">131</int>
719 <reference key="object" ref="770 823139"/>
720 <reference key="parent" ref="773 187810"/>
721 </object>
722 <object class="IBObjectRecord">
723 <int key="objectID">152</int>
724 <reference key="object" ref="721 552738"/>
725 <reference key="parent" ref="606 567991"/>
726 </object>
727 <object class="IBObjectRecord">
728 <int key="objectID">153</int>
729 <reference key="object" ref="193 702477"/>
730 <object class="NSMutableArray" k ey="children">
731 <bool key="EncodedWithXM LCoder">YES</bool>
732 <reference ref="21380358 0"/>
733 </object>
734 <reference key="parent" ref="606 567991"/>
735 </object>
736 <object class="IBObjectRecord">
737 <int key="objectID">154</int>
738 <reference key="object" ref="213 803580"/>
739 <reference key="parent" ref="193 702477"/>
740 </object>
741 <object class="IBObjectRecord">
742 <int key="objectID">169</int>
743 <reference key="object" ref="102 8275909"/>
744 <object class="NSMutableArray" k ey="children">
745 <bool key="EncodedWithXM LCoder">YES</bool>
746 <reference ref="50191412 7"/>
747 </object>
748 <reference key="parent" ref="606 567991"/>
749 </object>
750 <object class="IBObjectRecord">
751 <int key="objectID">170</int>
752 <reference key="object" ref="501 914127"/>
753 <reference key="parent" ref="102 8275909"/>
754 </object>
755 <object class="IBObjectRecord">
756 <int key="objectID">155</int>
757 <reference key="object" ref="668 901952"/>
758 <object class="NSMutableArray" k ey="children">
759 <bool key="EncodedWithXM LCoder">YES</bool>
760 <reference ref="14533287 0"/>
761 </object>
762 <reference key="parent" ref="606 567991"/>
763 </object>
764 <object class="IBObjectRecord">
765 <int key="objectID">156</int>
766 <reference key="object" ref="145 332870"/>
767 <reference key="parent" ref="668 901952"/>
768 </object>
769 <object class="IBObjectRecord">
770 <int key="objectID">172</int>
771 <reference key="object" ref="101 9866569"/>
772 <reference key="parent" ref="606 567991"/>
773 </object>
774 <object class="IBObjectRecord">
775 <int key="objectID">182</int>
776 <reference key="object" ref="129 802711"/>
777 <object class="NSMutableArray" k ey="children">
778 <bool key="EncodedWithXM LCoder">YES</bool>
779 <reference ref="89758602 "/>
780 <reference ref="17460099 4"/>
781 <reference ref="66045744 "/>
782 </object>
783 <reference key="parent" ref="606 567991"/>
784 </object>
785 <object class="IBObjectRecord">
786 <int key="objectID">185</int>
787 <reference key="object" ref="897 58602"/>
788 <reference key="parent" ref="129 802711"/>
789 </object>
790 <object class="IBObjectRecord">
791 <int key="objectID">184</int>
792 <reference key="object" ref="174 600994"/>
793 <reference key="parent" ref="129 802711"/>
794 </object>
795 <object class="IBObjectRecord">
796 <int key="objectID">183</int>
797 <reference key="object" ref="660 45744"/>
798 <object class="NSMutableArray" k ey="children">
799 <bool key="EncodedWithXM LCoder">YES</bool>
800 <reference ref="58369528 7"/>
801 </object>
802 <reference key="parent" ref="129 802711"/>
803 </object>
804 <object class="IBObjectRecord">
805 <int key="objectID">186</int>
806 <reference key="object" ref="583 695287"/>
807 <object class="NSMutableArray" k ey="children">
808 <bool key="EncodedWithXM LCoder">YES</bool>
809 <reference ref="32271096 6"/>
810 </object>
811 <reference key="parent" ref="660 45744"/>
812 </object>
813 <object class="IBObjectRecord">
814 <int key="objectID">187</int>
815 <reference key="object" ref="322 710966"/>
816 <reference key="parent" ref="583 695287"/>
817 </object>
818 </object>
819 </object>
820 <object class="NSMutableDictionary" key="flattenedProper ties">
821 <bool key="EncodedWithXMLCoder">YES</bool>
822 <object class="NSArray" key="dict.sortedKeys">
823 <bool key="EncodedWithXMLCoder">YES</boo l>
824 <string>-1.IBPluginDependency</string>
825 <string>-2.IBPluginDependency</string>
826 <string>-3.IBPluginDependency</string>
827 <string>118.IBPluginDependency</string>
828 <string>119.IBPluginDependency</string>
829 <string>124.CustomClassName</string>
830 <string>124.IBPluginDependency</string>
831 <string>125.CustomClassName</string>
832 <string>125.IBPluginDependency</string>
833 <string>126.CustomClassName</string>
834 <string>126.IBPluginDependency</string>
835 <string>127.CustomClassName</string>
836 <string>127.IBPluginDependency</string>
837 <string>130.IBPluginDependency</string>
838 <string>131.IBPluginDependency</string>
839 <string>140.IBPluginDependency</string>
840 <string>141.IBPluginDependency</string>
841 <string>152.IBPluginDependency</string>
842 <string>153.IBPluginDependency</string>
843 <string>154.IBPluginDependency</string>
844 <string>155.IBPluginDependency</string>
845 <string>156.CustomClassName</string>
846 <string>156.IBPluginDependency</string>
847 <string>169.IBPluginDependency</string>
848 <string>170.IBPluginDependency</string>
849 <string>172.IBPluginDependency</string>
850 <string>182.IBPluginDependency</string>
851 <string>183.IBPluginDependency</string>
852 <string>184.IBPluginDependency</string>
853 <string>185.IBPluginDependency</string>
854 <string>186.IBPluginDependency</string>
855 <string>187.IBPluginDependency</string>
856 <string>191.IBPluginDependency</string>
857 </object>
858 <object class="NSArray" key="dict.values">
859 <bool key="EncodedWithXMLCoder">YES</boo l>
860 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
861 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
862 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
863 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
864 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
865 <string>ConstrainedWindowButton</string>
866 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
867 <string>ConstrainedWindowButtonCell</str ing>
868 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
869 <string>ConstrainedWindowButton</string>
870 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
871 <string>ConstrainedWindowButtonCell</str ing>
872 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
873 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
874 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
875 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
876 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
877 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
878 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
879 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
880 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
881 <string>HyperlinkButtonCell</string>
882 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
883 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
884 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
885 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
886 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
887 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
888 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
889 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
890 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
891 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
892 <string>com.apple.InterfaceBuilder.Cocoa Plugin</string>
893 </object>
894 </object>
895 <object class="NSMutableDictionary" key="unlocalizedProp erties">
896 <bool key="EncodedWithXMLCoder">YES</bool>
897 <reference key="dict.sortedKeys" ref="0"/>
898 <reference key="dict.values" ref="0"/>
899 </object>
900 <nil key="activeLocalization"/>
901 <object class="NSMutableDictionary" key="localizations">
902 <bool key="EncodedWithXMLCoder">YES</bool>
903 <reference key="dict.sortedKeys" ref="0"/>
904 <reference key="dict.values" ref="0"/>
905 </object>
906 <nil key="sourceID"/>
907 <int key="maxID">194</int>
908 </object>
909 <object class="IBClassDescriber" key="IBDocument.Classes">
910 <object class="NSMutableArray" key="referencedPartialCla ssDescriptions">
911 <bool key="EncodedWithXMLCoder">YES</bool>
912 <object class="IBPartialClassDescription">
913 <string key="className">ChromeUILocalize r</string>
914 <string key="superclassName">GTMUILocali zer</string>
915 <object class="IBClassDescriptionSource" key="sourceIdentifier">
916 <string key="majorKey">IBProject Source</string>
917 <string key="minorKey">./Classes /ChromeUILocalizer.h</string>
918 </object>
919 </object>
920 <object class="IBPartialClassDescription">
921 <string key="className">ConstrainedWindo wButton</string>
922 <string key="superclassName">NSButton</s tring>
923 <object class="IBClassDescriptionSource" key="sourceIdentifier">
924 <string key="majorKey">IBProject Source</string>
925 <string key="minorKey">./Classes /ConstrainedWindowButton.h</string>
926 </object>
927 </object>
928 <object class="IBPartialClassDescription">
929 <string key="className">ConstrainedWindo wButtonCell</string>
930 <string key="superclassName">NSButtonCel l</string>
931 <object class="IBClassDescriptionSource" key="sourceIdentifier">
932 <string key="majorKey">IBProject Source</string>
933 <string key="minorKey">./Classes /ConstrainedWindowButtonCell.h</string>
934 </object>
935 </object>
936 <object class="IBPartialClassDescription">
937 <string key="className">ExtensionInstall ViewController</string>
938 <string key="superclassName">NSViewContr oller</string>
939 <object class="NSMutableDictionary" key= "actions">
940 <bool key="EncodedWithXMLCoder"> YES</bool>
941 <object class="NSArray" key="dic t.sortedKeys">
942 <bool key="EncodedWithXM LCoder">YES</bool>
943 <string>cancel:</string>
944 <string>ok:</string>
945 <string>storeLinkClicked :</string>
946 </object>
947 <object class="NSArray" key="dic t.values">
948 <bool key="EncodedWithXM LCoder">YES</bool>
949 <string>id</string>
950 <string>id</string>
951 <string>id</string>
952 </object>
953 </object>
954 <object class="NSMutableDictionary" key= "actionInfosByName">
955 <bool key="EncodedWithXMLCoder"> YES</bool>
956 <object class="NSArray" key="dic t.sortedKeys">
957 <bool key="EncodedWithXM LCoder">YES</bool>
958 <string>cancel:</string>
959 <string>ok:</string>
960 <string>storeLinkClicked :</string>
961 </object>
962 <object class="NSArray" key="dic t.values">
963 <bool key="EncodedWithXM LCoder">YES</bool>
964 <object class="IBActionI nfo">
965 <string key="nam e">cancel:</string>
966 <string key="can didateClassName">id</string>
967 </object>
968 <object class="IBActionI nfo">
969 <string key="nam e">ok:</string>
970 <string key="can didateClassName">id</string>
971 </object>
972 <object class="IBActionI nfo">
973 <string key="nam e">storeLinkClicked:</string>
974 <string key="can didateClassName">id</string>
975 </object>
976 </object>
977 </object>
978 <object class="NSMutableDictionary" key= "outlets">
979 <bool key="EncodedWithXMLCoder"> YES</bool>
980 <object class="NSArray" key="dic t.sortedKeys">
981 <bool key="EncodedWithXM LCoder">YES</bool>
982 <string>cancelButton_</s tring>
983 <string>iconView_</strin g>
984 <string>itemsField_</str ing>
985 <string>okButton_</strin g>
986 <string>outlineView_</st ring>
987 <string>ratingCountField _</string>
988 <string>ratingStars_</st ring>
989 <string>storeLinkButton_ </string>
990 <string>titleField_</str ing>
991 <string>userCountField_< /string>
992 <string>warningsSeparato r_</string>
993 </object>
994 <object class="NSArray" key="dic t.values">
995 <bool key="EncodedWithXM LCoder">YES</bool>
996 <string>NSButton</string >
997 <string>NSImageView</str ing>
998 <string>NSTextField</str ing>
999 <string>NSButton</string >
1000 <string>NSOutlineView</s tring>
1001 <string>NSTextField</str ing>
1002 <string>NSView</string>
1003 <string>NSButton</string >
1004 <string>NSTextField</str ing>
1005 <string>NSTextField</str ing>
1006 <string>NSBox</string>
1007 </object>
1008 </object>
1009 <object class="NSMutableDictionary" key= "toOneOutletInfosByName">
1010 <bool key="EncodedWithXMLCoder"> YES</bool>
1011 <object class="NSArray" key="dic t.sortedKeys">
1012 <bool key="EncodedWithXM LCoder">YES</bool>
1013 <string>cancelButton_</s tring>
1014 <string>iconView_</strin g>
1015 <string>itemsField_</str ing>
1016 <string>okButton_</strin g>
1017 <string>outlineView_</st ring>
1018 <string>ratingCountField _</string>
1019 <string>ratingStars_</st ring>
1020 <string>storeLinkButton_ </string>
1021 <string>titleField_</str ing>
1022 <string>userCountField_< /string>
1023 <string>warningsSeparato r_</string>
1024 </object>
1025 <object class="NSArray" key="dic t.values">
1026 <bool key="EncodedWithXM LCoder">YES</bool>
1027 <object class="IBToOneOu tletInfo">
1028 <string key="nam e">cancelButton_</string>
1029 <string key="can didateClassName">NSButton</string>
1030 </object>
1031 <object class="IBToOneOu tletInfo">
1032 <string key="nam e">iconView_</string>
1033 <string key="can didateClassName">NSImageView</string>
1034 </object>
1035 <object class="IBToOneOu tletInfo">
1036 <string key="nam e">itemsField_</string>
1037 <string key="can didateClassName">NSTextField</string>
1038 </object>
1039 <object class="IBToOneOu tletInfo">
1040 <string key="nam e">okButton_</string>
1041 <string key="can didateClassName">NSButton</string>
1042 </object>
1043 <object class="IBToOneOu tletInfo">
1044 <string key="nam e">outlineView_</string>
1045 <string key="can didateClassName">NSOutlineView</string>
1046 </object>
1047 <object class="IBToOneOu tletInfo">
1048 <string key="nam e">ratingCountField_</string>
1049 <string key="can didateClassName">NSTextField</string>
1050 </object>
1051 <object class="IBToOneOu tletInfo">
1052 <string key="nam e">ratingStars_</string>
1053 <string key="can didateClassName">NSView</string>
1054 </object>
1055 <object class="IBToOneOu tletInfo">
1056 <string key="nam e">storeLinkButton_</string>
1057 <string key="can didateClassName">NSButton</string>
1058 </object>
1059 <object class="IBToOneOu tletInfo">
1060 <string key="nam e">titleField_</string>
1061 <string key="can didateClassName">NSTextField</string>
1062 </object>
1063 <object class="IBToOneOu tletInfo">
1064 <string key="nam e">userCountField_</string>
1065 <string key="can didateClassName">NSTextField</string>
1066 </object>
1067 <object class="IBToOneOu tletInfo">
1068 <string key="nam e">warningsSeparator_</string>
1069 <string key="can didateClassName">NSBox</string>
1070 </object>
1071 </object>
1072 </object>
1073 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1074 <string key="majorKey">IBProject Source</string>
1075 <string key="minorKey">./Classes /ExtensionInstallViewController.h</string>
1076 </object>
1077 </object>
1078 <object class="IBPartialClassDescription">
1079 <string key="className">GTMUILocalizer</ string>
1080 <string key="superclassName">NSObject</s tring>
1081 <object class="NSMutableDictionary" key= "outlets">
1082 <bool key="EncodedWithXMLCoder"> YES</bool>
1083 <object class="NSArray" key="dic t.sortedKeys">
1084 <bool key="EncodedWithXM LCoder">YES</bool>
1085 <string>otherObjectToLoc alize_</string>
1086 <string>owner_</string>
1087 <string>yetAnotherObject ToLocalize_</string>
1088 </object>
1089 <object class="NSArray" key="dic t.values">
1090 <bool key="EncodedWithXM LCoder">YES</bool>
1091 <string>id</string>
1092 <string>id</string>
1093 <string>id</string>
1094 </object>
1095 </object>
1096 <object class="NSMutableDictionary" key= "toOneOutletInfosByName">
1097 <bool key="EncodedWithXMLCoder"> YES</bool>
1098 <object class="NSArray" key="dic t.sortedKeys">
1099 <bool key="EncodedWithXM LCoder">YES</bool>
1100 <string>otherObjectToLoc alize_</string>
1101 <string>owner_</string>
1102 <string>yetAnotherObject ToLocalize_</string>
1103 </object>
1104 <object class="NSArray" key="dic t.values">
1105 <bool key="EncodedWithXM LCoder">YES</bool>
1106 <object class="IBToOneOu tletInfo">
1107 <string key="nam e">otherObjectToLocalize_</string>
1108 <string key="can didateClassName">id</string>
1109 </object>
1110 <object class="IBToOneOu tletInfo">
1111 <string key="nam e">owner_</string>
1112 <string key="can didateClassName">id</string>
1113 </object>
1114 <object class="IBToOneOu tletInfo">
1115 <string key="nam e">yetAnotherObjectToLocalize_</string>
1116 <string key="can didateClassName">id</string>
1117 </object>
1118 </object>
1119 </object>
1120 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1121 <string key="majorKey">IBProject Source</string>
1122 <string key="minorKey">./Classes /GTMUILocalizer.h</string>
1123 </object>
1124 </object>
1125 <object class="IBPartialClassDescription">
1126 <string key="className">GTMUILocalizerAn dLayoutTweaker</string>
1127 <string key="superclassName">NSObject</s tring>
1128 <object class="NSMutableDictionary" key= "outlets">
1129 <bool key="EncodedWithXMLCoder"> YES</bool>
1130 <object class="NSArray" key="dic t.sortedKeys">
1131 <bool key="EncodedWithXM LCoder">YES</bool>
1132 <string>localizerOwner_< /string>
1133 <string>localizer_</stri ng>
1134 <string>uiObject_</strin g>
1135 </object>
1136 <object class="NSArray" key="dic t.values">
1137 <bool key="EncodedWithXM LCoder">YES</bool>
1138 <string>id</string>
1139 <string>GTMUILocalizer</ string>
1140 <string>id</string>
1141 </object>
1142 </object>
1143 <object class="NSMutableDictionary" key= "toOneOutletInfosByName">
1144 <bool key="EncodedWithXMLCoder"> YES</bool>
1145 <object class="NSArray" key="dic t.sortedKeys">
1146 <bool key="EncodedWithXM LCoder">YES</bool>
1147 <string>localizerOwner_< /string>
1148 <string>localizer_</stri ng>
1149 <string>uiObject_</strin g>
1150 </object>
1151 <object class="NSArray" key="dic t.values">
1152 <bool key="EncodedWithXM LCoder">YES</bool>
1153 <object class="IBToOneOu tletInfo">
1154 <string key="nam e">localizerOwner_</string>
1155 <string key="can didateClassName">id</string>
1156 </object>
1157 <object class="IBToOneOu tletInfo">
1158 <string key="nam e">localizer_</string>
1159 <string key="can didateClassName">GTMUILocalizer</string>
1160 </object>
1161 <object class="IBToOneOu tletInfo">
1162 <string key="nam e">uiObject_</string>
1163 <string key="can didateClassName">id</string>
1164 </object>
1165 </object>
1166 </object>
1167 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1168 <string key="majorKey">IBProject Source</string>
1169 <string key="minorKey">./Classes /GTMUILocalizerAndLayoutTweaker.h</string>
1170 </object>
1171 </object>
1172 <object class="IBPartialClassDescription">
1173 <string key="className">HyperlinkButtonC ell</string>
1174 <string key="superclassName">NSButtonCel l</string>
1175 <object class="IBClassDescriptionSource" key="sourceIdentifier">
1176 <string key="majorKey">IBProject Source</string>
1177 <string key="minorKey">./Classes /HyperlinkButtonCell.h</string>
1178 </object>
1179 </object>
1180 </object>
1181 </object>
1182 <int key="IBDocument.localizationMode">0</int>
1183 <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramewor k</string>
1184 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDependencies">
1185 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.macosx</string>
1186 <integer value="1050" key="NS.object.0"/>
1187 </object>
1188 <object class="NSMutableDictionary" key="IBDocument.PluginDeclar edDevelopmentDependencies">
1189 <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaP lugin.InterfaceBuilder3</string>
1190 <integer value="3000" key="NS.object.0"/>
1191 </object>
1192 <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTarge tVersion">YES</bool>
1193 <int key="IBDocument.defaultPropertyAccessControl">3</int>
1194 </data>
1195 </archive>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/ExtensionInstallPromptWebstoreData.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698