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

Unified Diff: ppapi/cpp/trusted/file_chooser_trusted.cc

Issue 9381010: Convert resources to take an instance key instead of an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: USELESS PATCH TITLE Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/trusted/file_chooser_trusted.h ('k') | ppapi/cpp/url_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/trusted/file_chooser_trusted.cc
diff --git a/ppapi/cpp/trusted/file_chooser_trusted.cc b/ppapi/cpp/trusted/file_chooser_trusted.cc
index aa05798630f7ac4283a29cf77c5a5e2aeaf96467..a5f68791737cc2c53d1758f19bd068c28b8890c8 100644
--- a/ppapi/cpp/trusted/file_chooser_trusted.cc
+++ b/ppapi/cpp/trusted/file_chooser_trusted.cc
@@ -24,7 +24,7 @@ template <> const char* interface_name<PPB_FileChooserTrusted>() {
FileChooser_Trusted::FileChooser_Trusted() : save_as_(false) {
}
-FileChooser_Trusted::FileChooser_Trusted(const Instance* instance,
+FileChooser_Trusted::FileChooser_Trusted(const InstanceHandle& instance,
PP_FileChooserMode_Dev mode,
const Var& accept_mime_types,
bool save_as,
« no previous file with comments | « ppapi/cpp/trusted/file_chooser_trusted.h ('k') | ppapi/cpp/url_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698