summaryrefslogtreecommitdiff
path: root/xfa/fxfa/include
diff options
context:
space:
mode:
authorweili <weili@chromium.org>2016-07-18 06:01:07 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-18 06:01:07 -0700
commite8a80664a888526ca4f0d08b4e6b290eb0aa0d76 (patch)
tree063d663071a01f8eb58cc23e278e77039cfdab2f /xfa/fxfa/include
parent8d5315004400be520bd988c1789e3b0a800fb100 (diff)
downloadpdfium-e8a80664a888526ca4f0d08b4e6b290eb0aa0d76.tar.xz
Remove foxit app related setter and getter APIs in XFA code
No need to get or set foxit app type, name, and version, thus remove all these APIs and implementation. Review-Url: https://codereview.chromium.org/2050913002
Diffstat (limited to 'xfa/fxfa/include')
-rw-r--r--xfa/fxfa/include/fxfa.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fxfa/include/fxfa.h b/xfa/fxfa/include/fxfa.h
index 04962937e3..f0c140452e 100644
--- a/xfa/fxfa/include/fxfa.h
+++ b/xfa/fxfa/include/fxfa.h
@@ -182,8 +182,6 @@ class IXFA_AppProvider {
*/
virtual void SetAppType(const CFX_WideStringC& wsAppType) = 0;
virtual void GetAppType(CFX_WideString& wsAppType) = 0;
- virtual void SetFoxitAppType(const CFX_WideStringC& wsFoxitAppType) = 0;
- virtual void GetFoxitAppType(CFX_WideString& wsFoxitAppType) = 0;
/**
* Returns the language of the running host application. Such as zh_CN
@@ -205,13 +203,11 @@ class IXFA_AppProvider {
* Indicates the version number of the current application. Such as 9
*/
virtual void GetVersion(CFX_WideString& wsVersion) = 0;
- virtual void GetFoxitVersion(CFX_WideString& wsFoxitVersion) = 0;
/**
* Get application name, such as Phantom.
*/
virtual void GetAppName(CFX_WideString& wsName) = 0;
- virtual void GetFoxitAppName(CFX_WideString& wsFoxitName) = 0;
/**
* Causes the system to play a sound.