diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 21:10:11 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 21:10:11 +0000 |
commit | dbd94dce87fd5fbcc7a93a7ed1d1c6ad0f56f6bb (patch) | |
tree | 37be1efa3e71fab82856cc6dc16354b208a9bb5d /chrome | |
parent | faa223fba8ebc8b664d63fdaabdf2f2e088a1f16 (diff) | |
download | chromium_src-dbd94dce87fd5fbcc7a93a7ed1d1c6ad0f56f6bb.zip chromium_src-dbd94dce87fd5fbcc7a93a7ed1d1c6ad0f56f6bb.tar.gz chromium_src-dbd94dce87fd5fbcc7a93a7ed1d1c6ad0f56f6bb.tar.bz2 |
Hook up Edit > Copy URL menu item to browser code.
BUG=41789
TEST=chose menu item, notice page url is on clipboard. Ensure it's disabled when there are no browser windows, or a non-browser window is foreground.
Review URL: http://codereview.chromium.org/1700001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/nibs/MainMenu.xib | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/chrome/app/nibs/MainMenu.xib b/chrome/app/nibs/MainMenu.xib index ea6f587..c4d0598 100644 --- a/chrome/app/nibs/MainMenu.xib +++ b/chrome/app/nibs/MainMenu.xib @@ -457,6 +457,7 @@ <int key="NSMnemonicLoc">2147483647</int> <reference key="NSOnImage" ref="353210768"/> <reference key="NSMixedImage" ref="549394948"/> + <int key="NSTag">36002</int> </object> <object class="NSMenuItem" id="29853731"> <reference key="NSMenu" ref="789758025"/> @@ -1780,6 +1781,14 @@ </object> <int key="connectionID">680</int> </object> + <object class="IBConnectionRecord"> + <object class="IBActionConnection" key="connection"> + <string key="label">commandDispatch:</string> + <reference key="source" ref="1014"/> + <reference key="destination" ref="442256518"/> + </object> + <int key="connectionID">681</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -2928,7 +2937,7 @@ <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> - <string>{{478, 247}, {358, 243}}</string> + <string>{{478, 164}, {361, 273}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> <string>{{197, 734}, {243, 243}}</string> @@ -3083,7 +3092,7 @@ <reference ref="9"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> - <string>{{284, 76}, {353, 303}}</string> + <string>{{310, 134}, {353, 303}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <reference ref="9"/> <string>{{323, 672}, {199, 203}}</string> @@ -3115,7 +3124,7 @@ </object> </object> <nil key="sourceID"/> - <int key="maxID">680</int> + <int key="maxID">681</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> |