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) {} |