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

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

Issue 9500008: Move font_list_async.h to content/public. Switch to Pass() goodness to simplify code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix clang Created 8 years, 10 months 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
« no previous file with comments | « content/browser/font_list_async.cc ('k') | content/browser/renderer_host/pepper_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/pepper_message_filter.h
===================================================================
--- content/browser/renderer_host/pepper_message_filter.h (revision 124079)
+++ content/browser/renderer_host/pepper_message_filter.h (working copy)
@@ -14,12 +14,12 @@
#include "base/memory/scoped_ptr.h"
#include "base/process.h"
#include "base/time.h"
-#include "content/browser/font_list_async.h"
#include "content/public/browser/browser_message_filter.h"
#include "net/base/ssl_config_service.h"
#include "net/socket/stream_socket.h"
#include "ppapi/c/pp_stdint.h"
+class ListValue;
class PepperTCPServerSocket;
class PepperTCPSocket;
class PepperUDPSocket;
@@ -175,7 +175,7 @@
// Callback when the font list has been retrieved on a background thread.
void GetFontFamiliesComplete(IPC::Message* reply_msg,
- scoped_refptr<content::FontListResult> result);
+ scoped_ptr<base::ListValue> result);
uint32 GenerateSocketID();
« no previous file with comments | « content/browser/font_list_async.cc ('k') | content/browser/renderer_host/pepper_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698