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

Unified Diff: content/browser/renderer_host/render_widget_host_view_mac.mm

Issue 10827017: Remove 10.5 support, fix coordinate calls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: what's left Created 8 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_mac.mm
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.mm b/content/browser/renderer_host/render_widget_host_view_mac.mm
index 9ad92e5906c16688b23395fc6d8982afd3b13dc8..3061613944e4d97f0dfa8ca4934b81cdae27eb80 100644
--- a/content/browser/renderer_host/render_widget_host_view_mac.mm
+++ b/content/browser/renderer_host/render_widget_host_view_mac.mm
@@ -2951,8 +2951,6 @@ extern NSString *NSTextInputReplacementRangeAttributeName;
}
- (void)insertText:(id)string {
- // This is a method on NSTextInput, not NSTextInputClient. But on 10.5, this
- // gets called anyway. Forward to the right method. http://crbug.com/47890
[self insertText:string replacementRange:NSMakeRange(NSNotFound, 0)];
Nico 2012/08/07 16:16:58 I think we can delete the whole method. I added it
Robert Sesek 2012/08/07 16:18:08 He did initially, but it was causing test failures
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698