| Index: chrome/browser/cocoa/rwhvm_editcommand_helper.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/rwhvm_editcommand_helper.h (revision 26667)
|
| +++ chrome/browser/cocoa/rwhvm_editcommand_helper.h (working copy)
|
| @@ -51,6 +51,10 @@
|
| bool IsMenuItemEnabled(SEL item_action,
|
| id<RenderWidgetHostViewMacOwner> owner);
|
|
|
| + // Converts an editing selector into a command name that can be sent to
|
| + // webkit.
|
| + static NSString* CommandNameForSelector(SEL selector);
|
| +
|
| protected:
|
| // Gets a list of all the selectors that AddEditingSelectorsToClass adds to
|
| // the aforementioned class.
|
|
|
| Property changes on: chrome/browser/cocoa/rwhvm_editcommand_helper.h
|
| ___________________________________________________________________
|
| Name: svn:eol-style
|
| + LF
|
|
|
|
|