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

Unified Diff: chrome/browser/cocoa/rwhvm_editcommand_helper.h

Issue 209046: Forward edit commands to be executed for shortcuts which aren't handled by... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698