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

Unified Diff: chrome/test/chromedriver/chrome/automation_extension.h

Issue 114403005: Adding a LaunchApp command to Chromedriver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to latest code Created 6 years, 11 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/test/chromedriver/chrome/automation_extension.h
diff --git a/chrome/test/chromedriver/chrome/automation_extension.h b/chrome/test/chromedriver/chrome/automation_extension.h
index c82af9f7f545eaafdff8704ec200629e28357790..9af40d82e79145aa3efbd9234c5a8d7487a0b8a7 100644
--- a/chrome/test/chromedriver/chrome/automation_extension.h
+++ b/chrome/test/chromedriver/chrome/automation_extension.h
@@ -27,6 +27,9 @@ class AutomationExtension {
// Returns |kForbidden| for security restricted pages.
Status CaptureScreenshot(std::string* screenshot);
+ // Launches an app with the specified id
chrisgao (Use stgao instead) 2014/01/07 23:36:36 nit: comment ends with a dot.
bustamante 2014/01/13 21:19:29 Done.
+ Status LaunchApp(std::string id);
+
// Gets the position of the current window.
Status GetWindowPosition(int* x, int* y);

Powered by Google App Engine
This is Rietveld 408576698