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

Unified Diff: chrome/common/sync_util.h

Issue 1308313003: Componentize chrome/common/sync_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 4 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 | « chrome/common/chrome_switches.cc ('k') | chrome/common/sync_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/sync_util.h
diff --git a/chrome/common/sync_util.h b/chrome/common/sync_util.h
deleted file mode 100644
index d219f043cdf61abe17f1cec415c0e9a5605d10c8..0000000000000000000000000000000000000000
--- a/chrome/common/sync_util.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2015 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.
-
-#ifndef CHROME_COMMON_SYNC_UTIL_H_
-#define CHROME_COMMON_SYNC_UTIL_H_
-
-#include <string>
-
-class GURL;
-
-namespace base {
-class CommandLine;
-}
-
-namespace internal {
-// Default sync server URL. Visible for testing.
-extern const char* kSyncServerUrl;
-
-// Sync server URL for dev channel users. Visible for testing.
-extern const char* kSyncDevServerUrl;
-}
-
-GURL GetSyncServiceURL(const base::CommandLine& command_line);
-
-// Helper to construct a user agent string (ASCII) suitable for use by
-// the syncapi for any HTTP communication. This string is used by the sync
-// backend for classifying client types when calculating statistics.
-std::string MakeDesktopUserAgentForSync();
-std::string MakeUserAgentForSync(const std::string& system);
-
-#endif // CHROME_COMMON_SYNC_UTIL_H_
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/sync_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698