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

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: Fixes for latest review (master merged) Created 8 years, 6 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 e7ad077fe366c3b9a4e906b57f22d86f630b53be..f4a05f377b7a9780be987f5f1b6a46838396c7c1 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/06/05 04:17:04 Why does capture need the concept of 'repeat count
clintstaley 2012/06/05 20:46:08 Because of the vagaries of the record mode and pla
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