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

Unified Diff: jingle/notifier/base/gaia_constants.h

Issue 10829424: Create stub jingle library for iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct copyright Created 8 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 | « jingle/jingle.gyp ('k') | jingle/notifier/base/gaia_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/gaia_constants.h
diff --git a/jingle/notifier/base/gaia_constants.h b/jingle/notifier/base/gaia_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..8a79f96a406ec0c0f182fd38a22005918a1ecff6
--- /dev/null
+++ b/jingle/notifier/base/gaia_constants.h
@@ -0,0 +1,18 @@
+// Copyright (c) 2012 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 JINGLE_NOTIFIER_BASE_GAIA_CONSTANTS_H_
+#define JINGLE_NOTIFIER_BASE_GAIA_CONSTANTS_H_
+
+namespace notifier {
+
+namespace gaia_constants {
akalin 2012/08/22 19:46:26 the extra namespace is probably overkill. perhaps
qsr 2012/08/23 07:37:06 Done.
+
+extern const char kDefaultAuthMechanism[];
+
+} // namespace gaia_constants
+
+} // namespace notifier
+
+#endif // JINGLE_NOTIFIER_BASE_GAIA_CONSTANTS_H_
« no previous file with comments | « jingle/jingle.gyp ('k') | jingle/notifier/base/gaia_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698