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

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

Issue 9122012: gcl change rev (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 11 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 | « ppapi/proxy/ppb_file_system_proxy.h ('k') | ppapi/proxy/ppb_flash_net_connector_proxy.h » ('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) 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 #ifndef PPAPI_PPB_FLASH_MENU_PROXY_H_ 5 #ifndef PPAPI_PPB_FLASH_MENU_PROXY_H_
6 #define PPAPI_PPB_FLASH_MENU_PROXY_H_ 6 #define PPAPI_PPB_FLASH_MENU_PROXY_H_
7 7
8 #include "ppapi/proxy/interface_proxy.h" 8 #include "ppapi/proxy/interface_proxy.h"
9 #include "ppapi/proxy/proxy_non_thread_safe_ref_count.h" 9 #include "ppapi/proxy/proxy_non_thread_safe_ref_count.h"
10 #include "ppapi/utility/completion_callback_factory.h"
10 11
11 struct PP_Flash_Menu; 12 struct PP_Flash_Menu;
12 struct PP_Point; 13 struct PP_Point;
13 14
14 namespace ppapi { 15 namespace ppapi {
15 16
16 class HostResource; 17 class HostResource;
17 18
18 namespace proxy { 19 namespace proxy {
19 20
(...skipping 24 matching lines...) Expand all
44 void SendShowACKToPlugin(int32_t result, ShowRequest* request); 45 void SendShowACKToPlugin(int32_t result, ShowRequest* request);
45 46
46 pp::CompletionCallbackFactory<PPB_Flash_Menu_Proxy, 47 pp::CompletionCallbackFactory<PPB_Flash_Menu_Proxy,
47 ProxyNonThreadSafeRefCount> callback_factory_; 48 ProxyNonThreadSafeRefCount> callback_factory_;
48 }; 49 };
49 50
50 } // namespace proxy 51 } // namespace proxy
51 } // namespace ppapi 52 } // namespace ppapi
52 53
53 #endif // PPAPI_PPB_FLASH_MENU_PROXY_H_ 54 #endif // PPAPI_PPB_FLASH_MENU_PROXY_H_
OLDNEW
« no previous file with comments | « ppapi/proxy/ppb_file_system_proxy.h ('k') | ppapi/proxy/ppb_flash_net_connector_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698