Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1300)

Unified Diff: content/browser/renderer_host/pepper/pepper_message_filter.h

Issue 11578038: Convert pepper font list to new resource system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698