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

Side by Side Diff: sync/notifier/push_client_channel.cc

Issue 10796051: Change protoc build rule to not use cygwin bash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the additional paths 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "sync/notifier/push_client_channel.h" 5 #include "sync/notifier/push_client_channel.h"
6 6
7 #include "base/stl_util.h" 7 #include "base/stl_util.h"
8 #include "google/cacheinvalidation/v2/client_gateway.pb.h" 8 #include "google/cacheinvalidation/client_gateway.pb.h"
9 #include "jingle/notifier/listener/push_client.h" 9 #include "jingle/notifier/listener/push_client.h"
10 10
11 namespace syncer { 11 namespace syncer {
12 12
13 namespace { 13 namespace {
14 14
15 const char kBotJid[] = "tango@bot.talk.google.com"; 15 const char kBotJid[] = "tango@bot.talk.google.com";
16 const char kChannelName[] = "tango_raw"; 16 const char kChannelName[] = "tango_raw";
17 17
18 } // namespace 18 } // namespace
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 if (envelope.has_service_context()) { 150 if (envelope.has_service_context()) {
151 *service_context = envelope.service_context(); 151 *service_context = envelope.service_context();
152 } 152 }
153 if (envelope.has_rpc_scheduling_hash()) { 153 if (envelope.has_rpc_scheduling_hash()) {
154 *scheduling_hash = envelope.rpc_scheduling_hash(); 154 *scheduling_hash = envelope.rpc_scheduling_hash();
155 } 155 }
156 return true; 156 return true;
157 } 157 }
158 158
159 } // namespace syncer 159 } // namespace syncer
OLDNEW
« no previous file with comments | « sync/notifier/non_blocking_invalidation_notifier_unittest.cc ('k') | sync/notifier/sync_notifier_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698