summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorshuchen <shuchen@chromium.org>2015-11-12 21:45:50 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-13 05:46:46 +0000
commit1f28f364c35131f731bb6fa6588a472b4675a7ba (patch)
treea8cab3a76b199c70e0d50bbdf3c6c83bed651198 /content
parent0dbc8ff6d68291773b8b233a19e399d00f9262b0 (diff)
downloadchromium_src-1f28f364c35131f731bb6fa6588a472b4675a7ba.zip
chromium_src-1f28f364c35131f731bb6fa6588a472b4675a7ba.tar.gz
chromium_src-1f28f364c35131f731bb6fa6588a472b4675a7ba.tar.bz2
Removes the useless definition of GetAttributedSubstringFromRange.
BUG=121917 TEST=None TBR=asvitkine@chromium.org Review URL: https://codereview.chromium.org/1442853003 Cr-Commit-Position: refs/heads/master@{#359498}
Diffstat (limited to 'content')
-rw-r--r--content/browser/renderer_host/text_input_client_mac.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/renderer_host/text_input_client_mac.h b/content/browser/renderer_host/text_input_client_mac.h
index 84539e5..4f03a93 100644
--- a/content/browser/renderer_host/text_input_client_mac.h
+++ b/content/browser/renderer_host/text_input_client_mac.h
@@ -57,9 +57,6 @@ class CONTENT_EXPORT TextInputClientMac {
//
// Returns NSNotFound if the request times out or is not completed.
NSUInteger GetCharacterIndexAtPoint(RenderWidgetHost* rwh, gfx::Point point);
- // Returns nil if the request times out or is completed.
- NSAttributedString* GetAttributedSubstringFromRange(
- RenderWidgetHost* rwh, NSRange range);
// Returns NSZeroRect if the request times out or is not completed. The result
// is in WebKit coordinates.
NSRect GetFirstRectForRange(RenderWidgetHost* rwh, NSRange range);