diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/testing_profile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 05df5e5..0b30b71 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -168,6 +168,11 @@ class TestingProfile : public Profile { virtual void MarkAsCleanShutdown() { } +#ifdef CHROME_PERSONALIZATION + virtual ProfilePersonalization GetProfilePersonalization() { + } +#endif + protected: Time start_time_; ProfileControllerSet controllers_; |