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

Side by Side Diff: chrome/browser/sync/glue/new_non_frontend_data_type_controller_unittest.cc

Issue 10387144: [Sync] - Implement isolated model association. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For submitting. Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/sync/glue/new_non_frontend_data_type_controller.h" 5 #include "chrome/browser/sync/glue/new_non_frontend_data_type_controller.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/bind_helpers.h" 8 #include "base/bind_helpers.h"
9 #include "base/callback.h" 9 #include "base/callback.h"
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 new_non_frontend_dtc_.get(), 485 new_non_frontend_dtc_.get(),
486 FROM_HERE, 486 FROM_HERE,
487 std::string("Test"))); 487 std::string("Test")));
488 WaitForDTC(); 488 WaitForDTC();
489 EXPECT_EQ(DataTypeController::NOT_RUNNING, new_non_frontend_dtc_->state()); 489 EXPECT_EQ(DataTypeController::NOT_RUNNING, new_non_frontend_dtc_->state());
490 } 490 }
491 491
492 } // namespace 492 } // namespace
493 493
494 } // namespace browser_sync 494 } // namespace browser_sync
495
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/model_association_manager_unittest.cc ('k') | chrome/browser/sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698