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

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

Issue 155790: Properly collapse newlines (and leading/trailing whitespace) from pasted... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/cocoa/autocomplete_text_field_editor.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/autocomplete_text_field_editor.h
===================================================================
--- chrome/browser/cocoa/autocomplete_text_field_editor.h (revision 21067)
+++ chrome/browser/cocoa/autocomplete_text_field_editor.h (working copy)
@@ -14,4 +14,9 @@
// Same as above, note that this calls through to performCopy.
- (void)performCut:(NSPasteboard*)pb;
+
+// Paste the contents of the designated clipboard into the TextView as
+// plain text, killing newlines and leading/trailing spaces.
+- (void)performPaste:(NSPasteboard*)pb;
+
@end
Property changes on: chrome/browser/cocoa/autocomplete_text_field_editor.h
___________________________________________________________________
Name: svn:eol-style
+ LF
« no previous file with comments | « no previous file | chrome/browser/cocoa/autocomplete_text_field_editor.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698