Index: chrome/browser/sync/sync_global_error_unittest.cc |
=================================================================== |
--- chrome/browser/sync/sync_global_error_unittest.cc (revision 148382) |
+++ chrome/browser/sync/sync_global_error_unittest.cc (working copy) |
@@ -28,6 +28,8 @@ |
namespace { |
+#if 0 |
+// TODO(altimofeev) See below. |
class BrowserMock: public Browser { |
public: |
explicit BrowserMock(Type type, Profile* profile) : Browser(type, profile) {} |
@@ -35,6 +37,7 @@ |
MOCK_METHOD2(ExecuteCommandWithDisposition, |
void(int command_id, WindowOpenDisposition)); |
}; |
+#endif |
class LoginUIServiceMock: public LoginUIService { |
public: |
@@ -53,6 +56,8 @@ |
SyncGlobalErrorTest() {} |
virtual ~SyncGlobalErrorTest() {} |
+#if 0 |
+ // TODO(altimofeev): see below. |
virtual void SetUp() OVERRIDE { |
testing::Test::SetUp(); |
@@ -65,6 +70,7 @@ |
virtual void TearDown() OVERRIDE { |
testing::Test::TearDown(); |
} |
+#endif |
private: |
DISALLOW_COPY_AND_ASSIGN(SyncGlobalErrorTest); |