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

Unified Diff: chrome/browser/extensions/extension_record_api.h

Issue 10386134: Record API fix adding FirstRun, and allowing repeat-count in capture (plus some browsertests along … (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Refined version with overlooked browsertest also fixed. Created 8 years, 7 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/browser/extensions/extension_record_api.h
diff --git a/chrome/browser/extensions/extension_record_api.h b/chrome/browser/extensions/extension_record_api.h
index afd6cfd34e800c317beef24a3c653c7f4c1f209c..c55a1a612c30b9a76a09b7a312140a63e6413138 100644
--- a/chrome/browser/extensions/extension_record_api.h
+++ b/chrome/browser/extensions/extension_record_api.h
@@ -90,6 +90,7 @@ class RunPageCyclerFunction : public AsyncExtensionFunction {
FilePath user_data_dir_;
std::string url_contents_;
+ int repeat_count_;
Aaron Boodman 2012/05/16 23:37:00 Why would you want to repeat the capture phase?
clintstaley 2012/05/31 01:54:30 This was one of the necessary changes. Apparently
std::vector<std::string> errors_;
// Base CommandLine on which to build the test browser CommandLine
@@ -143,7 +144,6 @@ class ReplayURLsFunction : public RunPageCyclerFunction {
// These three data are additional information added to the sub-browser
// commandline.
- int repeat_count_;
FilePath extension_path_;
FilePath stats_file_path_;

Powered by Google App Engine
This is Rietveld 408576698