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

Unified Diff: ppapi/c/private/ppb_pdf.h

Issue 477263003: pdf: Create a separate component for using the pdf pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/c/private/ppb_pdf.h
diff --git a/ppapi/c/private/ppb_pdf.h b/ppapi/c/private/ppb_pdf.h
index c0b570bc6bb5be7392d24308b75b1710d7127d52..fdd62fe3ffe7fb4b5aab548391a9dff3c79632b7 100644
--- a/ppapi/c/private/ppb_pdf.h
+++ b/ppapi/c/private/ppb_pdf.h
@@ -158,11 +158,11 @@ struct PPB_PDF {
float scale);
// Invoke password dialog for plugin.
- struct PP_Var (*ModalPromptForPassword)(PP_Instance instance,
- struct PP_Var message);
+ struct PP_Var (*ModalPromptForPassword)(PP_Instance instance,
+ struct PP_Var message);
- // Returns PP_TRUE if the plugin is out of process.
- PP_Bool(*IsOutOfProcess)(PP_Instance instance);
+ // Returns PP_TRUE if the plugin is out of process.
+ PP_Bool (*IsOutOfProcess)(PP_Instance instance);
// Sets the selected text of the plugin.
void(*SetSelectedText)(PP_Instance instance, const char* selected_text);

Powered by Google App Engine
This is Rietveld 408576698