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

Unified Diff: webkit/glue/webview_delegate.h

Issue 246079: More WebView / WebViewDelegate cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « webkit/glue/webview.h ('k') | webkit/glue/webview_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview_delegate.h
===================================================================
--- webkit/glue/webview_delegate.h (revision 27906)
+++ webkit/glue/webview_delegate.h (working copy)
@@ -70,24 +70,6 @@
public:
// WebView additions -------------------------------------------------------
- // Notifies how many matches have been found so far, for a given request_id.
- // |final_update| specifies whether this is the last update (all frames have
- // completed scoping).
- virtual void ReportFindInPageMatchCount(int count, int request_id,
- bool final_update) {
- }
-
- // Notifies the browser what tick-mark rect is currently selected. Parameter
- // |request_id| lets the recipient know which request this message belongs to,
- // so that it can choose to ignore the message if it has moved on to other
- // things. |selection_rect| is expected to have coordinates relative to the
- // top left corner of the web page area and represent where on the screen the
- // selection rect is currently located.
- virtual void ReportFindInPageSelection(int request_id,
- int active_match_ordinal,
- const WebKit::WebRect& selection) {
- }
-
// Returns whether this WebView was opened by a user gesture.
virtual bool WasOpenedByUserGesture() const {
return true;
@@ -183,10 +165,7 @@
const std::string& frame_charset) {
}
- // InspectorClient ---------------------------------------------------------
- virtual void UpdateInspectorSettings(const std::wstring& raw_settings) { }
-
// DevTools ----------------------------------------------------------------
virtual WebDevToolsAgentDelegate* GetWebDevToolsAgentDelegate() {
« no previous file with comments | « webkit/glue/webview.h ('k') | webkit/glue/webview_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698