Chromium Code Reviews| 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 |