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

Unified Diff: chrome/common/automation_constants.h

Issue 6614023: Convert ChromeDriver to use only the JSON automation interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address Pawel's additional comments Created 9 years, 9 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
Index: chrome/common/automation_constants.h
diff --git a/chrome/common/automation_constants.h b/chrome/common/automation_constants.h
index c4aa6830439bbba32dc0b1e5a476411761450968..cddd589f8ff0224fc057611bf572bf5205933840 100644
--- a/chrome/common/automation_constants.h
+++ b/chrome/common/automation_constants.h
@@ -44,6 +44,12 @@ enum KeyModifierMasks {
kMetaKeyMask = 1 << 3,
};
+enum MouseButton {
+ kLeftButton = 0,
+ kMiddleButton,
+ kRightButton,
+};
+
} // namespace automation
// Used by AutomationProxy, declared here so that other headers don't need
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/test/automation/automation_json_requests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698