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

Unified Diff: components/sync/engine_impl/all_status.h

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Updates for Max. Created 4 years, 2 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
« no previous file with comments | « components/sync/engine/polling_constants.h ('k') | components/sync/engine_impl/conflict_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/all_status.h
diff --git a/components/sync/engine_impl/all_status.h b/components/sync/engine_impl/all_status.h
index fa4564dc2417ff9c7fd735a01213c19a90fd08f3..3596cb037055a84b19e1a5ff7124ab1a89d20fc8 100644
--- a/components/sync/engine_impl/all_status.h
+++ b/components/sync/engine_impl/all_status.h
@@ -1,9 +1,6 @@
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
-// The AllStatus object watches various sync engine components and aggregates
-// the status of all of them into one place.
#ifndef COMPONENTS_SYNC_ENGINE_IMPL_ALL_STATUS_H_
#define COMPONENTS_SYNC_ENGINE_IMPL_ALL_STATUS_H_
@@ -26,8 +23,9 @@ class ScopedStatusLock;
struct ServerConnectionEvent;
struct SyncCycleEvent;
-// This class collects data and uses it to update its internal state. It can
-// return a snapshot of this state as a SyncerStatus object.
+// This class watches various sync engine components, updating its internal
+// state upon change. It can return a snapshot of this state as a SyncerStatus
+// object, aggregating all this data into one place.
//
// Most of this data ends up on the about:sync page. But the page is only
// 'pinged' to update itself at the end of a sync cycle. A user could refresh
« no previous file with comments | « components/sync/engine/polling_constants.h ('k') | components/sync/engine_impl/conflict_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698