diff options
Diffstat (limited to 'chrome/browser/tab_contents.h')
-rw-r--r-- | chrome/browser/tab_contents.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/tab_contents.h b/chrome/browser/tab_contents.h index 899a63e..2b55c35 100644 --- a/chrome/browser/tab_contents.h +++ b/chrome/browser/tab_contents.h @@ -209,11 +209,6 @@ class TabContents : public PageNavigator, // Returns a human-readable description the tab's loading state. virtual std::wstring GetStatusText() const { return std::wstring(); } - const std::wstring& encoding() { return encoding_name_; } - void set_encoding(const std::wstring& encoding_name) { - encoding_name_ = encoding_name; - } - // Return whether this tab contents is loading a resource. bool is_loading() const { return is_loading_; } @@ -518,8 +513,6 @@ class TabContents : public PageNavigator, // The id used in the ViewStorage to store the last focused view. int last_focused_view_storage_id_; - std::wstring encoding_name_; - // See capturing_contents() above. bool capturing_contents_; |