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

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

Issue 1007007: PyAuto: Flags to forbid cleaning profile dir... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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/test/pyautolib/pyautolib.h
===================================================================
--- chrome/test/pyautolib/pyautolib.h (revision 41456)
+++ chrome/test/pyautolib/pyautolib.h (working copy)
@@ -27,7 +27,8 @@
class PyUITestSuite : public UITestSuite, public UITestBase {
public:
// Only public methods are accessible from swig.
John Grabowski 2010/03/17 01:18:56 No need to repeat the doc for variables here, but
- PyUITestSuite(int argc, char** argv);
+ PyUITestSuite(int argc, char** argv, bool clear_profile,
+ std::wstring homepage);
~PyUITestSuite();
// Initialize the setup. Should be called before launching the browser.

Powered by Google App Engine
This is Rietveld 408576698