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

Unified Diff: chrome/test/automation/tab_proxy.h

Issue 7104029: Automation: fix chrome/browser dependency on chrome/test headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/test/automation/browser_proxy.cc ('k') | chrome/test/data/omnibox_tests.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/tab_proxy.h
===================================================================
--- chrome/test/automation/tab_proxy.h (revision 87598)
+++ chrome/test/automation/tab_proxy.h (working copy)
@@ -34,18 +34,6 @@
class Message;
}
-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 TabProxy : public AutomationResourceProxy,
public JavaScriptExecutionController {
public:
« no previous file with comments | « chrome/test/automation/browser_proxy.cc ('k') | chrome/test/data/omnibox_tests.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698