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

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

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 | « no previous file | chrome/browser/sync/tools/sync_constants.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.h
diff --git a/chrome/browser/sync/tools/sync_constants.h b/chrome/browser/sync/tools/sync_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..a80cc3d9ad4059cb3cb26a3db51b443e57537469
--- /dev/null
+++ b/chrome/browser/sync/tools/sync_constants.h
@@ -0,0 +1,17 @@
+// 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.
+
+#ifndef CHROME_BROWSER_SYNC_TOOLS_SYNC_CONSTANTS_H_
+#define CHROME_BROWSER_SYNC_TOOLS_SYNC_CONSTANTS_H_
+
+namespace sync_tools {
+
+extern const char kAutoFillType[];
+extern const char kBookmarkType[];
+extern const char kPreferenceType[];
+extern const char kThemeType[];
+
+} // namespace sync_tools
+
+#endif // CHROME_BROWSER_SYNC_TOOLS_SYNC_CONSTANTS_H_
« no previous file with comments | « no previous file | chrome/browser/sync/tools/sync_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698