summaryrefslogtreecommitdiffstats
path: root/chrome_frame/cfproxy_private.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-28 22:02:48 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-28 22:02:48 +0000
commit54087fe8d2a28e337a2147d13130586331e918d0 (patch)
tree1192be7b52d8a1d889eefd3a203d8625547f6367 /chrome_frame/cfproxy_private.h
parentca2e7208d1f662943849fbefecb88e38008881b8 (diff)
downloadchromium_src-54087fe8d2a28e337a2147d13130586331e918d0.zip
chromium_src-54087fe8d2a28e337a2147d13130586331e918d0.tar.gz
chromium_src-54087fe8d2a28e337a2147d13130586331e918d0.tar.bz2
Move PageZoom enum into content/public/common and into the content namespace. Also move content_costants to content/public/common.
BUG=98716 Review URL: http://codereview.chromium.org/8413051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/cfproxy_private.h')
-rw-r--r--chrome_frame/cfproxy_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/cfproxy_private.h b/chrome_frame/cfproxy_private.h
index 61778e1d..de52039 100644
--- a/chrome_frame/cfproxy_private.h
+++ b/chrome_frame/cfproxy_private.h
@@ -80,7 +80,7 @@ class Interface2IPCMessage : public ChromeProxy {
virtual void Tab_Paste(int tab);
virtual void Tab_SelectAll(int tab);
virtual void Tab_MenuCommand(int tab, int selected_command);
- virtual void Tab_Zoom(int tab, PageZoom::Function zoom_level);
+ virtual void Tab_Zoom(int tab, content::PageZoom zoom_level);
virtual void Tab_FontSize(int tab, enum AutomationPageFontSize font_size);
virtual void Tab_SetInitialFocus(int tab, bool reverse,
bool restore_focus_to_view);