diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 11 |
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; } |