Index: content/browser/renderer_host/pepper/pepper_message_filter.h |
diff --git a/content/browser/renderer_host/pepper/pepper_message_filter.h b/content/browser/renderer_host/pepper/pepper_message_filter.h |
index 04f88ad51c2ae1e5ff4b2ec11cc9069cb05a68f6..630d2e79ccf50c4c4d2dd6b1096d16dda7b7183d 100644 |
--- a/content/browser/renderer_host/pepper/pepper_message_filter.h |
+++ b/content/browser/renderer_host/pepper/pepper_message_filter.h |
@@ -137,7 +137,6 @@ class PepperMessageFilter |
typedef std::set<uint32> NetworkMonitorIdSet; |
void OnGetLocalTimeZoneOffset(base::Time t, double* result); |
- void OnGetFontFamilies(IPC::Message* reply); |
void OnTCPCreate(int32 routing_id, |
uint32 plugin_dispatcher_id, |
@@ -239,10 +238,6 @@ class PepperMessageFilter |
const GURL& plugin_url, |
PP_FlashLSORestrictions* restrictions); |
- // Callback when the font list has been retrieved on a background thread. |
- void GetFontFamiliesComplete(IPC::Message* reply_msg, |
- scoped_ptr<base::ListValue> result); |
- |
uint32 GenerateSocketID(); |
// Return true if render with given ID can use socket APIs. |