Index: chrome/test/testing_profile.h |
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h |
index e2d778681a35f73cf019e6910a7b22161e921bb3..30cbaf0729a5e2c5c580bebd8f0bf9cbaf3c79ec 100644 |
--- a/chrome/test/testing_profile.h |
+++ b/chrome/test/testing_profile.h |
@@ -255,10 +255,6 @@ class TestingProfile : public Profile { |
virtual FilePath last_selected_directory(); |
virtual void set_last_selected_directory(const FilePath& path); |
#if defined(OS_CHROMEOS) |
- virtual chromeos::ProxyConfigServiceImpl* |
- GetChromeOSProxyConfigServiceImpl() { |
- return NULL; |
- } |
virtual void SetupChromeOSEnterpriseExtensionObserver() { |
} |
virtual void InitChromeOSPreferences() { |