Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4218)

Unified Diff: chrome/browser/sync/sync_global_error_unittest.cc

Issue 10692195: Consolidate Browser Creation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/sessions/session_restore_browsertest.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698