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

Side by Side Diff: ppapi/proxy/pp_utils.h

Issue 22923014: TCPSockets are switched to the new Pepper proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 7 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
(Empty)
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef PPAPI_PROXY_PP_UTILS_H_
6 #define PPAPI_PROXY_PP_UTILS_H_
7
8 #include "base/basictypes.h"
9
10 namespace ppapi {
11 namespace proxy {
12 namespace pp_utils {
yzshen1 2013/08/16 20:40:42 No need to add another layer of namespace.
ygorshenin1 2013/08/19 14:33:35 Done.
13
14 int32_t ConvertPPError(int32_t pp_error, bool private_api);
yzshen1 2013/08/16 20:40:42 Both the file name and the method name are too bro
ygorshenin1 2013/08/19 14:33:35 Done.
15
16 } // namespace pp_utils
17 } // namespace proxy
18 } // namespace ppapi
19
20 #endif // PPAPI_PROXY_PP_UTILS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698