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

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

Issue 114403005: Adding a LaunchApp command to Chromedriver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reuploading again since some files weren't included 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/window_commands.h
diff --git a/chrome/test/chromedriver/window_commands.h b/chrome/test/chromedriver/window_commands.h
index 4e97ac9f1605a183f401a49da9bd9db8c8a9bed7..9ed0ffbff5b4d93f14f5da9ce409c9832e1e2ae8 100644
--- a/chrome/test/chromedriver/window_commands.h
+++ b/chrome/test/chromedriver/window_commands.h
@@ -39,6 +39,13 @@ Status ExecuteGet(
const base::DictionaryValue& params,
scoped_ptr<base::Value>* value);
+// Launches a Chrome App.
+Status ExecuteLaunchApp(
chrisgao (Use stgao instead) 2014/01/15 21:39:56 window_commands.cc/h are for commands that require
bustamante 2014/01/15 23:51:38 Agree, Done.
+ Session* session,
+ WebView* web_view,
+ const base::DictionaryValue& params,
+ scoped_ptr<base::Value>* value);
+
// Evaluates a given synchronous script with arguments.
Status ExecuteExecuteScript(
Session* session,

Powered by Google App Engine
This is Rietveld 408576698