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

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

Issue 7067005: Remove Profile code from HostZoomMap. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/host_zoom_map.cc ('k') | content/browser/renderer_host/render_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/render_message_filter.h
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 86304)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -29,7 +29,6 @@
struct FontDescriptor;
class ExtensionInfoMap;
class HostContentSettingsMap;
-class HostZoomMap;
class NotificationsPrefsCache;
class Profile;
class RenderWidgetHelper;
@@ -180,16 +179,6 @@
// in the renderer on POSIX due to the sandbox.
void OnAllocateSharedMemoryBuffer(uint32 buffer_size,
base::SharedMemoryHandle* handle);
- void OnDidZoomURL(const IPC::Message& message,
- double zoom_level,
- bool remember,
- const GURL& url);
- void UpdateHostZoomLevelsOnUIThread(double zoom_level,
- bool remember,
- const GURL& url,
- int render_process_id,
- int render_view_id);
-
void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
// Browser side transport DIB allocation
@@ -254,9 +243,6 @@
// Desktop Notifications permission messages.
scoped_refptr<NotificationsPrefsCache> notification_prefs_;
- // Handles zoom-related messages.
- scoped_refptr<HostZoomMap> host_zoom_map_;
-
// Whether this process is used for incognito tabs.
bool incognito_;
« no previous file with comments | « content/browser/host_zoom_map.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