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

Side by Side Diff: content/ppapi_plugin/broker_process_dispatcher.h

Issue 10566014: Change PP_Flash_BrowserOperations_SiteSetting.site from PP_Var to const char*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove assert_size Created 8 years, 6 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 | « no previous file | content/ppapi_plugin/broker_process_dispatcher.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) 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 CONTENT_PPAPI_PLUGIN_BROKER_PROCESS_DISPATCHER_H_ 5 #ifndef CONTENT_PPAPI_PLUGIN_BROKER_PROCESS_DISPATCHER_H_
6 #define CONTENT_PPAPI_PLUGIN_BROKER_PROCESS_DISPATCHER_H_ 6 #define CONTENT_PPAPI_PLUGIN_BROKER_PROCESS_DISPATCHER_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
10 #include "ppapi/c/ppp.h" 10 #include "ppapi/c/ppp.h"
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 bool SetDefaultPermission(const FilePath& plugin_data_path, 63 bool SetDefaultPermission(const FilePath& plugin_data_path,
64 PP_Flash_BrowserOperations_SettingType setting_type, 64 PP_Flash_BrowserOperations_SettingType setting_type,
65 PP_Flash_BrowserOperations_Permission permission, 65 PP_Flash_BrowserOperations_Permission permission,
66 bool clear_site_specific); 66 bool clear_site_specific);
67 bool SetSitePermission(const FilePath& plugin_data_path, 67 bool SetSitePermission(const FilePath& plugin_data_path,
68 PP_Flash_BrowserOperations_SettingType setting_type, 68 PP_Flash_BrowserOperations_SettingType setting_type,
69 const ppapi::FlashSiteSettings& sites); 69 const ppapi::FlashSiteSettings& sites);
70 70
71 PP_GetInterface_Func get_plugin_interface_; 71 PP_GetInterface_Func get_plugin_interface_;
72 72
73 const PPP_Flash_BrowserOperations_1_1* flash_browser_operations_1_1_; 73 const PPP_Flash_BrowserOperations_1_2* flash_browser_operations_1_2_;
74 const PPP_Flash_BrowserOperations_1_0* flash_browser_operations_1_0_; 74 const PPP_Flash_BrowserOperations_1_0* flash_browser_operations_1_0_;
75 75
76 DISALLOW_COPY_AND_ASSIGN(BrokerProcessDispatcher); 76 DISALLOW_COPY_AND_ASSIGN(BrokerProcessDispatcher);
77 }; 77 };
78 78
79 #endif // CONTENT_PPAPI_PLUGIN_BROKER_PROCESS_DISPATCHER_H_ 79 #endif // CONTENT_PPAPI_PLUGIN_BROKER_PROCESS_DISPATCHER_H_
OLDNEW
« no previous file with comments | « no previous file | content/ppapi_plugin/broker_process_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698