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

Unified Diff: content/renderer/render_view_impl.h

Issue 260623004: Fix to remove customised String over IPC for SmartClip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index e33baaafbdb96f6ed30fbde2ae344820c386437f..ab998c86deaaca388596f9a3dc94efdabedc2c5f 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -834,6 +834,8 @@ class CONTENT_EXPORT RenderViewImpl
bool animate);
void OnPauseVideo();
void OnExtractSmartClipData(const gfx::Rect& rect);
+ void updateSmartClipDataResult(const blink::WebString& text,
jam 2014/04/30 16:05:47 nit: put this in the right order (i.e. see where t
AviD 2014/05/02 15:04:45 Removed this interface.
+ const blink::WebRect& rect);
void GetSelectionRootBounds(gfx::Rect* bounds) const;
#elif defined(OS_MACOSX)
void OnPluginImeCompositionCompleted(const base::string16& text,

Powered by Google App Engine
This is Rietveld 408576698