summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-06 23:20:14 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-06 23:20:14 +0000
commit40d59ce5843802c4bc5fa667890334cbc040252e (patch)
treed51a5db86d9aa9efdd47fa2fbfa2e78e6bb1859f /chrome/common/temp_scaffolding_stubs.h
parentd5dbf9d9ccad36a514e89b49f7644252a3fa7682 (diff)
downloadchromium_src-40d59ce5843802c4bc5fa667890334cbc040252e.zip
chromium_src-40d59ce5843802c4bc5fa667890334cbc040252e.tar.gz
chromium_src-40d59ce5843802c4bc5fa667890334cbc040252e.tar.bz2
Enable the character encoding menu, zoom menu, and the help menu item.
The character encoding menu is still broken in that it doesn't load the encoding names (sub-menu items), but auto detect might work. Review URL: http://codereview.chromium.org/39286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11174 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 3452925..22b220c 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -686,15 +686,6 @@ class HtmlDialogContents {
};
};
-class CharacterEncoding {
- public:
- static std::wstring GetCanonicalEncodingNameByAliasName(
- const std::wstring&) {
- NOTIMPLEMENTED();
- return L"";
- }
-};
-
#if defined(OS_MACOSX)
class FindBarMac {
public: