summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index e0bbc0b..310eac8 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -119,6 +119,12 @@ class TestingProfile : public Profile {
virtual bool HasCreatedDownloadManager() const {
return false;
}
+ virtual void InitThemes() { }
+ virtual void SetTheme(Extension* extension) { }
+ virtual void ClearTheme() { }
+ virtual ThemeProvider* GetThemeProvider() {
+ return NULL;
+ }
virtual URLRequestContext* GetRequestContext() {
return NULL;
}