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

Unified Diff: components/sync/engine_impl/traffic_logger.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_impl/syncer_util.h ('k') | components/sync/engine_impl/update_applicator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/traffic_logger.h
diff --git a/components/sync/engine_impl/traffic_logger.h b/components/sync/engine_impl/traffic_logger.h
index 1ea29c0453404827cacd08b8f587f5cbbd594f09..b0aa253cdbe2e3b159217da0399170e30754f89b 100644
--- a/components/sync/engine_impl/traffic_logger.h
+++ b/components/sync/engine_impl/traffic_logger.h
@@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// This file has the functions to log all the sync related HTTP communication.
-// To get the log run a debug build of chrome with the flag
-// --vmodule=traffic_logger=1.
-
#ifndef COMPONENTS_SYNC_ENGINE_IMPL_TRAFFIC_LOGGER_H_
#define COMPONENTS_SYNC_ENGINE_IMPL_TRAFFIC_LOGGER_H_
@@ -16,6 +12,10 @@ class ClientToServerMessage;
namespace syncer {
+// This file has the functions to log all the sync related HTTP communication.
+// To get the log run a debug build of chrome with the flag
+// --vmodule=traffic_logger=1.
+
void LogClientToServerMessage(const sync_pb::ClientToServerMessage& msg);
void LogClientToServerResponse(const sync_pb::ClientToServerResponse& response);
« no previous file with comments | « components/sync/engine_impl/syncer_util.h ('k') | components/sync/engine_impl/update_applicator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698