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

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

Issue 9467016: Get rid of WebKitContext. Only two out of six HTML5 related objects were in it and it was just a gl… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix bug 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
Index: content/browser/renderer_host/render_message_filter.h
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 123509)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -19,16 +19,16 @@
#include "base/shared_memory.h"
#include "base/string16.h"
#include "build/build_config.h"
-#include "content/browser/in_process_webkit/webkit_context.h"
#include "content/browser/renderer_host/resource_dispatcher_host.h"
#include "content/public/browser/browser_message_filter.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/surface/transport_dib.h"
-struct FontDescriptor;
+class DOMStorageContextImpl;
class PluginServiceImpl;
class RenderWidgetHelper;
+struct FontDescriptor;
struct ViewHostMsg_CreateWindow_Params;
namespace WebKit {
@@ -253,7 +253,7 @@
// Initialized to 0, accessed on FILE thread only.
base::TimeTicks last_plugin_refresh_time_;
- scoped_refptr<WebKitContext> webkit_context_;
+ scoped_refptr<DOMStorageContextImpl> dom_storage_context_;
int render_process_id_;
« no previous file with comments | « content/browser/in_process_webkit/webkit_context.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698