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

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

Issue 274883002: Move didReceiveTitle and related stuff to RenderFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 bfa45e8f693244f692dbc3fe563edc870140a155..845de4f444f1dd5c4a0b77ffe448dc5d3d5d6bb4 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -9,7 +9,6 @@
#include "base/basictypes.h"
#include "base/callback.h"
-#include "base/i18n/rtl.h"
#include "base/process/kill.h"
#include "base/strings/string16.h"
#include "content/common/content_export.h"
@@ -113,16 +112,6 @@ class CONTENT_EXPORT RenderViewHostDelegate {
int32 page_id,
const PageState& state) {}
- // The page's title was changed and should be updated.
- virtual void UpdateTitle(RenderViewHost* render_view_host,
- int32 page_id,
- const base::string16& title,
- base::i18n::TextDirection title_direction) {}
-
- // The page's encoding was changed and should be updated.
- virtual void UpdateEncoding(RenderViewHost* render_view_host,
- const std::string& encoding) {}
-
// The destination URL has changed should be updated
virtual void UpdateTargetURL(int32 page_id, const GURL& url) {}
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/renderer_host/render_view_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698