From eb6b406f0ba77d203359bd15bc8e5d8ba0af5adc Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Fri, 13 Sep 2013 17:48:12 +0000 Subject: Revert 223074 "Adds a PPAPI interface to request a password. For..." > Adds a PPAPI interface to request a password. For the Mac it opens a tab-modal password box; for other platforms it falls back to a JavaScript dialog (which is no change from the current behavior). > > BUG=54748 > TEST=load a password-protected PDF on the Mac, see fancy new UI > R=raymes@chromium.org, sail@chromium.org, thestig@chromium.org, tsepez@chromium.org > > Review URL: https://codereview.chromium.org/23447025 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/23653038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223077 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/cpp/private/pdf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ppapi/cpp/private/pdf.h') diff --git a/ppapi/cpp/private/pdf.h b/ppapi/cpp/private/pdf.h index 1e89dd0..893f9e3 100644 --- a/ppapi/cpp/private/pdf.h +++ b/ppapi/cpp/private/pdf.h @@ -62,8 +62,6 @@ class PDF { static ImageData GetResourceImageForScale(const InstanceHandle& instance, PP_ResourceImage image_id, float scale); - static Var ModalPromptForPassword(const InstanceHandle& instance, - Var message); }; } // namespace pp -- cgit v1.1