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

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

Issue 10829424: Create stub jingle library for iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« jingle/jingle.gyp ('K') | « jingle/jingle.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/notifier_options_ios.cc
diff --git a/jingle/notifier/base/notifier_options_ios.cc b/jingle/notifier/base/notifier_options_ios.cc
new file mode 100644
index 0000000000000000000000000000000000000000..9b6b1d14fa7c31c8dfe7cbbfbe4ec7643c947418
--- /dev/null
+++ b/jingle/notifier/base/notifier_options_ios.cc
@@ -0,0 +1,15 @@
+// Copyright 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.
+
+#include "jingle/notifier/base/notifier_options.h"
+
+namespace notifier {
+
+NotifierOptions::NotifierOptions() {
+}
+
+NotifierOptions::~NotifierOptions() {
akalin 2012/08/20 18:51:14 i think you can avoid creating this stub file. Th
qsr 2012/08/21 08:21:17 Excellent idea. Thanks.
+}
+
+} // namespace notifier
« jingle/jingle.gyp ('K') | « jingle/jingle.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698