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

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

Issue 661342: Build pyauto on win (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: using subprocess.call() 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
« no previous file with comments | « chrome/test/pyautolib/pyautolib.cc ('k') | third_party/swig/README.chromium » ('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 40643)
+++ chrome/test/pyautolib/pyautolib.i (working copy)
@@ -69,7 +69,7 @@
typedef std::wstring StringType;
#else
typedef std::string StringType;
-#endif // OS_WIN
+#endif // SWIGWIN
const StringType& value() const;
%feature("docstring", "Construct an empty FilePath or from a string.")
FilePath;
@@ -110,7 +110,7 @@
// Get/fetch properties
%feature("docstring",
"Get the path to download directory.") GetDownloadDirectory;
- std::string GetDownloadDirectory();
+ FilePath GetDownloadDirectory();
%feature("docstring", "Get the path to profile directory.") user_data_dir;
FilePath user_data_dir() const;
« no previous file with comments | « chrome/test/pyautolib/pyautolib.cc ('k') | third_party/swig/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698