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

Unified Diff: chrome/test/chromedriver/embed_user_data_dir_in_cpp.py

Issue 12848005: [chromedriver] Separate stuff of chrome from chromedriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/chromedriver/embed_user_data_dir_in_cpp.py
diff --git a/chrome/test/chromedriver/embed_user_data_dir_in_cpp.py b/chrome/test/chromedriver/embed_user_data_dir_in_cpp.py
index 51080f74d520346220de3b53d5d4dd454a2751d4..46b32f5e560e77dc7d248973197b5375a051aa30 100755
--- a/chrome/test/chromedriver/embed_user_data_dir_in_cpp.py
+++ b/chrome/test/chromedriver/embed_user_data_dir_in_cpp.py
@@ -27,7 +27,7 @@ def main():
contents = f.read()
global_string_map[var_name] = contents
- cpp_source.WriteSource('user_data_dir', 'chrome/test/chromedriver',
+ cpp_source.WriteSource('user_data_dir', 'chrome/test/chromedriver/chrome',
options.directory, global_string_map)

Powered by Google App Engine
This is Rietveld 408576698