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

Side by Side Diff: net\flip\flip_session.h

Issue 210016: Retry landing the flip changes. This time with DEPS! (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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
« no previous file with comments | « net\flip\flip_protocol.h ('k') | net\flip\flip_session.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #ifndef NET_FLIP_FLIP_SESSION_H_ 5 #ifndef NET_FLIP_FLIP_SESSION_H_
6 #define NET_FLIP_FLIP_SESSION_H_ 6 #define NET_FLIP_FLIP_SESSION_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <list> 9 #include <list>
10 #include <map> 10 #include <map>
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 207
208 // This is our weak session pool - one session per domain. 208 // This is our weak session pool - one session per domain.
209 static scoped_ptr<FlipSessionPool> session_pool_; 209 static scoped_ptr<FlipSessionPool> session_pool_;
210 static bool disable_compression_; 210 static bool disable_compression_;
211 }; 211 };
212 212
213 } // namespace net 213 } // namespace net
214 214
215 #endif // NET_FLIP_FLIP_SESSION_H_ 215 #endif // NET_FLIP_FLIP_SESSION_H_
216 216
OLDNEW
« no previous file with comments | « net\flip\flip_protocol.h ('k') | net\flip\flip_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698