Index: chrome/test/testing_profile.h |
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
index 76fa86f955627c1e0ce307dccc37d87f1f2fa0cf..adc66262711b0c8036704ea2ecad1f92a43fb6dc 100644 |
--- a/chrome/test/testing_profile.h |
+++ b/chrome/test/testing_profile.h |
@@ -164,6 +164,8 @@ class TestingProfile : public Profile { |
} |
virtual void MarkAsCleanShutdown() { |
} |
+ virtual void InitExtensions() { |
+ } |
#ifdef CHROME_PERSONALIZATION |
virtual ProfilePersonalization* GetProfilePersonalization() { |