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

Unified Diff: components/sync_driver/sync_driver_switches.cc

Issue 1308313003: Componentize chrome/common/sync_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/sync_driver/sync_driver_switches.cc
diff --git a/components/web_resource/web_resource_switches.cc b/components/sync_driver/sync_driver_switches.cc
similarity index 56%
copy from components/web_resource/web_resource_switches.cc
copy to components/sync_driver/sync_driver_switches.cc
index 8a1f9a772c0997b747f3dadfd6ffdcac8bbc2cff..80a20dc284e5c5767919bc3cfe1e2a5b23b665a9 100644
--- a/components/web_resource/web_resource_switches.cc
+++ b/components/sync_driver/sync_driver_switches.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/web_resource/web_resource_switches.h"
+#include "components/sync_driver/sync_driver_switches.h"
namespace switches {
-// Specifies a custom URL for fetching NTP promo data.
-const char kPromoServerURL[] = "promo-server-url";
+// Overrides the default server used for profile sync.
+const char kSyncServiceURL[] = "sync-url";
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698