diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 22:02:48 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 22:02:48 +0000 |
commit | 54087fe8d2a28e337a2147d13130586331e918d0 (patch) | |
tree | 1192be7b52d8a1d889eefd3a203d8625547f6367 /chrome_frame/chrome_frame_automation.cc | |
parent | ca2e7208d1f662943849fbefecb88e38008881b8 (diff) | |
download | chromium_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/chrome_frame_automation.cc')
-rw-r--r-- | chrome_frame/chrome_frame_automation.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index 61f6ce1..4f6c57c 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -1210,7 +1210,7 @@ void ChromeFrameAutomationClient::SetUrlFetcher( url_fetcher_->set_delegate(this); } -void ChromeFrameAutomationClient::SetZoomLevel(PageZoom::Function zoom_level) { +void ChromeFrameAutomationClient::SetZoomLevel(content::PageZoom zoom_level) { if (automation_server_) { automation_server_->Send(new AutomationMsg_SetZoomLevel(tab_handle_, zoom_level)); |