| Index: chrome_frame/cfproxy.h
|
| ===================================================================
|
| --- chrome_frame/cfproxy.h (revision 87598)
|
| +++ chrome_frame/cfproxy.h (working copy)
|
| @@ -17,18 +17,6 @@
|
| #include "content/common/page_zoom.h"
|
| #include "ipc/ipc_channel.h"
|
|
|
| -enum FindInPageDirection { BACK = 0, FWD = 1 };
|
| -enum FindInPageCase { IGNORE_CASE = 0, CASE_SENSITIVE = 1 };
|
| -// Specifies the font size on a page which is requested by an automation
|
| -// client.
|
| -enum AutomationPageFontSize {
|
| - SMALLEST_FONT = 8,
|
| - SMALL_FONT = 12,
|
| - MEDIUM_FONT = 16,
|
| - LARGE_FONT = 24,
|
| - LARGEST_FONT = 36
|
| -};
|
| -
|
| class ChromeProxyDelegate;
|
| class ChromeProxyFactory;
|
| class GURL;
|
|
|