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

Unified Diff: chrome/common/render_messages_internal.h

Issue 7320: Rename various text zoom related stuff to be more generic, since we now can... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 | « chrome/common/page_zoom.h ('k') | chrome/common/text_zoom.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 3355)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -229,9 +229,9 @@
IPC_MESSAGE_ROUTED1(ViewMsg_DebugCommand,
std::wstring /* cmd */)
- // Change the text size in the renderer.
- IPC_MESSAGE_ROUTED1(ViewMsg_AlterTextSize,
- int /* enum text_zoom::TextSize from text_zoom.h */)
+ // Change the zoom level in the renderer.
+ IPC_MESSAGE_ROUTED1(ViewMsg_Zoom,
+ int /* One of PageZoom::Function */)
// Change encoding of page in the renderer.
IPC_MESSAGE_ROUTED1(ViewMsg_SetPageEncoding,
« no previous file with comments | « chrome/common/page_zoom.h ('k') | chrome/common/text_zoom.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698