Chromium Code Reviews| Index: xfa/fxfa/parser/xfa_localemgr.h |
| diff --git a/xfa/fxfa/parser/xfa_localemgr.h b/xfa/fxfa/parser/xfa_localemgr.h |
| index 51c6a3b5fb0c31c608541cdeead40266e82b40c7..934e4803731ae68cec1eecd10647807893f47f31 100644 |
| --- a/xfa/fxfa/parser/xfa_localemgr.h |
| +++ b/xfa/fxfa/parser/xfa_localemgr.h |
| @@ -62,12 +62,7 @@ class CXFA_TimeZoneProvider { |
| CXFA_TimeZoneProvider(); |
| ~CXFA_TimeZoneProvider(); |
| - static CXFA_TimeZoneProvider* Create(); |
| - static CXFA_TimeZoneProvider* Get(); |
| - static void Destroy(); |
| - |
| - void SetTimeZone(FX_TIMEZONE& tz); |
| - void GetTimeZone(FX_TIMEZONE& tz); |
| + void GetTimeZone(FX_TIMEZONE& tz) const; |
|
Lei Zhang
2016/11/11 23:56:48
Change this to take a pointer?
Tom Sepez
2016/11/12 00:35:46
Done.
|
| private: |
| FX_TIMEZONE m_tz; |