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

Unified Diff: content/browser/renderer_host/text_input_client_mac.h

Issue 1313553006: Implement "Look Up In Dictionary" context menu item asynchronously. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/browser/renderer_host/text_input_client_mac.h
diff --git a/content/browser/renderer_host/text_input_client_mac.h b/content/browser/renderer_host/text_input_client_mac.h
index 4e50eff5c7e39c0fc8e9227154c945ba16aa5bce..7bf9fd00ef8d8f5b89fb403d9d7a5607e1298708 100644
--- a/content/browser/renderer_host/text_input_client_mac.h
+++ b/content/browser/renderer_host/text_input_client_mac.h
@@ -66,7 +66,6 @@ class CONTENT_EXPORT TextInputClientMac {
// allow the Get*() methods to continue/return.
void SetCharacterIndexAndSignal(NSUInteger index);
void SetFirstRectAndSignal(NSRect first_rect);
- void SetSubstringAndSignal(NSAttributedString* string);
// This async method is invoked from RenderWidgetHostViewCocoa's
// -quickLookWithEvent:, when the user taps a word using 3 fingers.
@@ -97,7 +96,6 @@ class CONTENT_EXPORT TextInputClientMac {
NSUInteger character_index_;
NSRect first_rect_;
- base::scoped_nsobject<NSAttributedString> substring_;
base::Lock lock_;
base::ConditionVariable condition_;

Powered by Google App Engine
This is Rietveld 408576698