summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 20:06:33 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-08 20:06:33 +0000
commit1132436ee7d63e3f6391a3b4982c06e760fc5ca7 (patch)
tree3cfad32f35597bdd7b8d1ee0068f16e82cfc3586 /chrome/common
parentb6f2b3d611de57b44f47be6a3d4c56bd7cd7a54a (diff)
downloadchromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.zip
chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.tar.gz
chromium_src-1132436ee7d63e3f6391a3b4982c06e760fc5ca7.tar.bz2
Remove more unneeded scaffolding.
Review URL: http://codereview.chromium.org/63129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index bdfa69d..59f4d30 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -473,17 +473,6 @@ class WindowSizer {
//---------------------------------------------------------------------------
// These stubs are for Profile
-class TemplateURLFetcher {
- public:
- explicit TemplateURLFetcher(Profile* profile) { }
- bool Init(Profile* profile) {
- NOTIMPLEMENTED();
- return true;
- }
- void ScheduleDownload(const std::wstring&, const GURL&, const GURL&,
- const gfx::NativeView, bool) { NOTIMPLEMENTED(); }
-};
-
namespace base {
class SharedMemory;
}