diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-06-20 21:39:53 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-06-20 21:39:53 +0000 |
commit | d9fb538bc08c4923fbfd3d50c47a61716d679956 (patch) | |
tree | c1c87ffef3a99a5d63f700bf028be05cff84236e /fpdfsdk/cpdfsdk_formfillenvironment.h | |
parent | cc4802edc4faee4bafae5219e94a5a22bfbb684b (diff) | |
download | pdfium-d9fb538bc08c4923fbfd3d50c47a61716d679956.tar.xz |
Remove duplicate method for generating alertschromium/3468
XFA has its own method for generating alerts in the embedder,
CPDFSDK_FormFillEnvironment::Alert, which is a slight variation of the
non-XFA CPDFSDK_FormFillEnvironment::JS_appAlert. Converting the two
instances of calls to the XFA only method to use the non-XFA method
and removing the XFA only method.
Change-Id: I60ea92b2ae69ea96ce4c216ef6d9029d79580b05
Reviewed-on: https://pdfium-review.googlesource.com/35690
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'fpdfsdk/cpdfsdk_formfillenvironment.h')
-rw-r--r-- | fpdfsdk/cpdfsdk_formfillenvironment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpdfsdk/cpdfsdk_formfillenvironment.h b/fpdfsdk/cpdfsdk_formfillenvironment.h index 9818259ca2..5bce1ac93a 100644 --- a/fpdfsdk/cpdfsdk_formfillenvironment.h +++ b/fpdfsdk/cpdfsdk_formfillenvironment.h @@ -137,7 +137,6 @@ class CPDFSDK_FormFillEnvironment int menuFlag, CFX_PointF pt); - void Alert(FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int Type, int Icon); void EmailTo(FPDF_FILEHANDLER* fileHandler, FPDF_WIDESTRING pTo, FPDF_WIDESTRING pSubject, |