| Index: chrome_frame/chrome_frame_automation.cc
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_automation.cc (revision 107754)
|
| +++ chrome_frame/chrome_frame_automation.cc (working copy)
|
| @@ -1210,7 +1210,7 @@
|
| 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));
|
|
|