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

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

Issue 225093019: Zoom Extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using callbacks instead of zoom IDs. Created 6 years, 8 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_test_utils.cc
diff --git a/chrome/browser/extensions/extension_function_test_utils.cc b/chrome/browser/extensions/extension_function_test_utils.cc
index e7de2472a2db359b5e65c0c319ffeeef3dde64ed..23c3a527f01039ff47b3855927237f90706f5d4c 100644
--- a/chrome/browser/extensions/extension_function_test_utils.cc
+++ b/chrome/browser/extensions/extension_function_test_utils.cc
@@ -270,4 +270,10 @@ bool RunFunction(UIThreadExtensionFunction* function,
return response_delegate.GetResponse();
}
+bool RunFunction(UIThreadExtensionFunction* function,
+ const std::string& args,
+ Browser* browser) {
+ return RunFunction(function, args, browser, NONE);
not at google - send to devlin 2014/04/09 03:52:11 listing NONE in your tests doesn't seem like a big
paulmeyer 2014/04/11 03:01:02 Done.
+}
+
} // namespace extension_function_test_utils

Powered by Google App Engine
This is Rietveld 408576698