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

Unified Diff: chrome/browser/sync/tools/sync_constants.cc

Issue 2704002: sync: Store hard coded constants into its header file. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: rebased to ToT Created 10 years, 6 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/browser/sync/tools/sync_constants.h ('k') | chrome/browser/sync/tools/sync_listen_notifications.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/tools/sync_constants.cc
diff --git a/chrome/browser/sync/tools/sync_constants.cc b/chrome/browser/sync/tools/sync_constants.cc
new file mode 100644
index 0000000000000000000000000000000000000000..bf9c0d14932c2e40cc1fea5dae3c344e726d4f70
--- /dev/null
+++ b/chrome/browser/sync/tools/sync_constants.cc
@@ -0,0 +1,14 @@
+// Copyright (c) 2010 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.
+
+#include "chrome/browser/sync/tools/sync_constants.h"
+
+namespace sync_tools {
+
+const char kAutoFillType[] = "AUTOFILL";
+const char kBookmarkType[] = "BOOKMARK";
+const char kPreferenceType[] = "PREFERENCE";
+const char kThemeType[] = "THEME";
+
+} // namespace sync_tools
« no previous file with comments | « chrome/browser/sync/tools/sync_constants.h ('k') | chrome/browser/sync/tools/sync_listen_notifications.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698