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

Unified Diff: public/web/WebView.h

Issue 259263003: Fix to remove customised String over IPC for SmartClip (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: changes done according to review comments 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
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index a5669eda463062f9281eff403cc2b0003c9ea76e..21160fb0edd129436353c3cdbfdb90579d84ea33 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -418,8 +418,7 @@ public:
// SmartClip support ---------------------------------------------------
- virtual WebString getSmartClipData(WebRect) = 0;
-
+ virtual void getSmartClipData(WebRect) = 0;
abarth-chromium 2014/05/02 17:12:46 virtual void getSmartClipData(WebRect, WebString*,
abarth-chromium 2014/05/02 17:12:46 Two blank lines between sections, pls
// Popup menu ----------------------------------------------------------
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698