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

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

Issue 1886463003: Remove the Presentation Mode Command ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed some 10.6 logic Created 4 years, 8 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio n="5056" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessContro l="none"> 2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersio n="5056" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessContro l="none">
3 <dependencies> 3 <dependencies>
4 <deployment version="1060" defaultVersion="1060" identifier="macosx"/> 4 <deployment version="1060" defaultVersion="1060" identifier="macosx"/>
5 <development version="5100" identifier="xcode"/> 5 <development version="5100" identifier="xcode"/>
6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 6"/> 6 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="505 6"/>
7 </dependencies> 7 </dependencies>
8 <objects> 8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="BrowserCrApp lication"/> 9 <customObject id="-2" userLabel="File's Owner" customClass="BrowserCrApp lication"/>
10 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/> 10 <customObject id="-1" userLabel="First Responder" customClass="FirstResp onder"/>
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 <connections> 334 <connections>
335 <action selector="commandDispatch:" target=" -1" id="543"/> 335 <action selector="commandDispatch:" target=" -1" id="543"/>
336 </connections> 336 </connections>
337 </menuItem> 337 </menuItem>
338 <menuItem title="^IDS_RELOAD_BYPASSING_CACHE_MENU_MA C" tag="33007" alternate="YES" keyEquivalent="R" id="676"> 338 <menuItem title="^IDS_RELOAD_BYPASSING_CACHE_MENU_MA C" tag="33007" alternate="YES" keyEquivalent="R" id="676">
339 <connections> 339 <connections>
340 <action selector="commandDispatch:" target=" -1" id="677"/> 340 <action selector="commandDispatch:" target=" -1" id="677"/>
341 </connections> 341 </connections>
342 </menuItem> 342 </menuItem>
343 <menuItem isSeparatorItem="YES" id="457"/> 343 <menuItem isSeparatorItem="YES" id="457"/>
344 <menuItem title="^IDS_ENTER_PRESENTATION_MAC" tag="3 4039" keyEquivalent="F" id="541">
345 <connections>
346 <action selector="commandDispatch:" target=" -1" id="630"/>
347 </connections>
348 </menuItem>
349 <menuItem title="^IDS_ENTER_FULLSCREEN_MAC" tag="340 30" keyEquivalent="f" id="692"> 344 <menuItem title="^IDS_ENTER_FULLSCREEN_MAC" tag="340 30" keyEquivalent="f" id="692">
350 <modifierMask key="keyEquivalentModifierMask" co ntrol="YES" command="YES"/> 345 <modifierMask key="keyEquivalentModifierMask" co ntrol="YES" command="YES"/>
351 <connections> 346 <connections>
352 <action selector="toggleFullScreen:" target= "-1" id="693"/> 347 <action selector="toggleFullScreen:" target= "-1" id="693"/>
353 </connections> 348 </connections>
354 </menuItem> 349 </menuItem>
355 <menuItem title="^IDS_TEXT_DEFAULT_MAC" tag="38002" keyEquivalent="0" id="460"> 350 <menuItem title="^IDS_TEXT_DEFAULT_MAC" tag="38002" keyEquivalent="0" id="460">
356 <connections> 351 <connections>
357 <action selector="commandDispatch:" target=" -1" id="556"/> 352 <action selector="commandDispatch:" target=" -1" id="556"/>
358 </connections> 353 </connections>
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 </customObject> 551 </customObject>
557 <customObject id="483" customClass="AppController"> 552 <customObject id="483" customClass="AppController">
558 <connections> 553 <connections>
559 <outlet property="closeTabMenuItem_" destination="450" id="623"/ > 554 <outlet property="closeTabMenuItem_" destination="450" id="623"/ >
560 <outlet property="closeWindowMenuItem_" destination="73" id="622 "/> 555 <outlet property="closeWindowMenuItem_" destination="73" id="622 "/>
561 <outlet property="helpMenu_" destination="106" id="667"/> 556 <outlet property="helpMenu_" destination="106" id="667"/>
562 </connections> 557 </connections>
563 </customObject> 558 </customObject>
564 </objects> 559 </objects>
565 </document> 560 </document>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698