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

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

Issue 15580002: Make use of InvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 6 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/profile_sync_service_observer.cc
diff --git a/chrome/test/perf/run_all_perfuitests.cc b/chrome/browser/sync/profile_sync_service_observer.cc
similarity index 55%
copy from chrome/test/perf/run_all_perfuitests.cc
copy to chrome/browser/sync/profile_sync_service_observer.cc
index 7ec1c00094356e8480b7a737413589c840dc3a76..41d9e6ed653dc123b5bc54239f19419a15c06a3e 100644
--- a/chrome/test/perf/run_all_perfuitests.cc
+++ b/chrome/browser/sync/profile_sync_service_observer.cc
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/test/perf/perf_ui_test_suite.h"
+#include "chrome/browser/sync/profile_sync_service_observer.h"
-int main(int argc, char **argv) {
- return PerfUITestSuite(argc, argv).Run();
+void ProfileSyncServiceObserver::OnSyncCycleCompleted() {
+ OnStateChanged();
}
-
« no previous file with comments | « chrome/browser/sync/profile_sync_service_observer.h ('k') | chrome/browser/sync/profile_sync_service_password_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698