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

Unified Diff: chrome/browser/tab_contents.h

Issue 7647: Character encoding override (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « chrome/browser/render_view_host_delegate.h ('k') | chrome/browser/web_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents.h
===================================================================
--- chrome/browser/tab_contents.h (revision 3674)
+++ chrome/browser/tab_contents.h (working copy)
@@ -209,11 +209,6 @@
// 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 @@
// 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_;
« no previous file with comments | « chrome/browser/render_view_host_delegate.h ('k') | chrome/browser/web_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698