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

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

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
Index: jingle/notifier/base/gaia_constants.cc
diff --git a/jingle/notifier/listener/push_client_observer.cc b/jingle/notifier/base/gaia_constants.cc
similarity index 50%
copy from jingle/notifier/listener/push_client_observer.cc
copy to jingle/notifier/base/gaia_constants.cc
index 04a877b52c78ec897a02a97d3281007731bd965b..73e4d11ae87f718d9492588f0bf485375c0de9ea 100644
--- a/jingle/notifier/listener/push_client_observer.cc
+++ b/jingle/notifier/base/gaia_constants.cc
@@ -2,10 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "jingle/notifier/listener/push_client_observer.h"
+#include "jingle/notifier/base/gaia_constants.h"
namespace notifier {
-PushClientObserver::~PushClientObserver() {}
+namespace gaia_constants {
+
+// By default use a Google cookie auth mechanism.
+const char kDefaultAuthMechanism[] = "X-GOOGLE-TOKEN";
+
+} // namespace gaia_constants
} // namespace notifier

Powered by Google App Engine
This is Rietveld 408576698