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

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

Issue 217183004: Migrate addMessageToConsole API to RenderFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/render_view_host_delegate.h
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index 42419b7c7baca4ccae6ad3f34f7752373d15457a..a35729913892ecfb4b087c346c4d1b0bf53e9eb3 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -83,9 +83,6 @@ class CONTENT_EXPORT RenderViewHostDelegate {
virtual bool OnMessageReceived(RenderViewHost* render_view_host,
const IPC::Message& message);
- // Gets the URL that is currently being displayed, if there is one.
- virtual const GURL& GetURL() const;
-
// Return this object cast to a WebContents, if it is one. If the object is
// not a WebContents, returns NULL. DEPRECATED: Be sure to include brettw or
// jam as reviewers before you use this method. http://crbug.com/82582
@@ -187,12 +184,6 @@ class CONTENT_EXPORT RenderViewHostDelegate {
bool is_reload,
IPC::Message* reply_msg) {}
- // A message was added to to the console.
- virtual bool AddMessageToConsole(int32 level,
- const base::string16& message,
- int32 line_no,
- const base::string16& source_id);
-
// Return a dummy RendererPreferences object that will be used by the renderer
// associated with the owning RenderViewHost.
virtual RendererPreferences GetRendererPrefs(

Powered by Google App Engine
This is Rietveld 408576698