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

Unified Diff: chrome/test/pyautolib/pyautolib.i

Issue 6159001: Modifying some downloads hooks to act per-window (so that incognito windows c... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « chrome/test/pyautolib/pyautolib.cc ('k') | chrome/test/ui/ui_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyautolib.i
===================================================================
--- chrome/test/pyautolib/pyautolib.i (revision 71402)
+++ chrome/test/pyautolib/pyautolib.i (working copy)
@@ -220,6 +220,7 @@
"if it's not active already. Blocks until page has loaded.")
NavigateToURL;
void NavigateToURL(const char* url_string);
+ void NavigateToURL(const char* url_string, int window_index);
void NavigateToURL(const char* url_string, int window_index, int tab_index);
%feature("docstring", "Reload the active tab in the given window (or first "
@@ -377,7 +378,7 @@
"(window, tab, frame) and return the specified DOM value "
"as a string. This is a wrapper around "
"window.domAutomationController.send().") GetDOMValue;
- std::wstring GetDOMValue(const std::wstring& expr,
+ std::wstring GetDOMValue(const std::wstring& expr,
int window_index=0,
int tab_index=0,
const std::wstring& frame_xpath="");
« no previous file with comments | « chrome/test/pyautolib/pyautolib.cc ('k') | chrome/test/ui/ui_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698