| Index: ppapi/cpp/private/pdf.h
|
| diff --git a/ppapi/cpp/private/pdf.h b/ppapi/cpp/private/pdf.h
|
| index 48ba668e3f9acd275391f2359488657258feb3ec..7e772709bef4543cea8fcb377927acea85c6e24f 100644
|
| --- a/ppapi/cpp/private/pdf.h
|
| +++ b/ppapi/cpp/private/pdf.h
|
| @@ -22,8 +22,6 @@ class PDF {
|
| // Returns true if the required interface is available.
|
| static bool IsAvailable();
|
|
|
| - static Var GetLocalizedString(const InstanceHandle& instance,
|
| - PP_ResourceString string_id);
|
| static PP_Resource GetFontFileWithFallback(
|
| const InstanceHandle& instance,
|
| const PP_BrowserFont_Trusted_Description* description,
|
|
|