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

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

Issue 13197004: Draft: InvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Passes tests Created 7 years, 8 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/android_webview/lib/main/webview_tests.cc b/chrome/browser/sync/profile_sync_service_observer.cc
similarity index 55%
copy from android_webview/lib/main/webview_tests.cc
copy to chrome/browser/sync/profile_sync_service_observer.cc
index 2c8d29c6d00885e8e8c27f74a105e94cb5c96fa4..bd870efe000318cc177f76cdcf3c350b4f38e715 100644
--- a/android_webview/lib/main/webview_tests.cc
+++ b/chrome/browser/sync/profile_sync_service_observer.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/test/test_suite.h"
+#include "chrome/browser/sync/profile_sync_service_observer.h"
-int main(int argc, char** argv) {
- return base::TestSuite(argc, argv).Run();
+void ProfileSyncServiceObserver::OnSyncCycleCompleted() {
+ OnStateChanged();
}

Powered by Google App Engine
This is Rietveld 408576698