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

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

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Rebase and removing TODO about exporting. 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
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..20abc2096bc2d26081d0317c0399f21cf69dcc44 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, udaping its internal state
maxbogue 2016/10/17 23:59:46 updating*
skym 2016/10/18 14:39:08 Done.
+// 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

Powered by Google App Engine
This is Rietveld 408576698