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

Unified Diff: chrome/browser/extensions/extension_function_registry.cc

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_function_registry.cc
diff --git a/chrome/browser/extensions/extension_function_registry.cc b/chrome/browser/extensions/extension_function_registry.cc
index 4fdd7c951edbb2ef0aadf61574910b717db7a5d7..58e8f063c734e4e02a92f6a413ecdd5343872abb 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -238,6 +238,8 @@ void ExtensionFunctionRegistry::ResetFunctions() {
RegisterFunction<ExtensionTestCreateIncognitoTabFunction>();
RegisterFunction<ExtensionTestSendMessageFunction>();
RegisterFunction<ExtensionTestGetConfigFunction>();
+ RegisterFunction<CaptureURLsFunction>();
Aaron Boodman 2012/06/05 04:17:04 Please be consistent with the formatting of the ot
clintstaley 2012/06/05 20:46:08 Done.
+ RegisterFunction<ReplayURLsFunction>();
// Accessibility.
RegisterFunction<GetFocusedControlFunction>();

Powered by Google App Engine
This is Rietveld 408576698