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

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

Issue 12147004: Disable/enable echo for enterprise device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add the missing SendResponse call to the async extension method. Created 7 years, 10 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 1ccbd59a224924057043d965b6b55c8dd72213fb..dbac11d39afbbadec7f7f9f1ffe52576c616853b 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -186,6 +186,7 @@ void ExtensionFunctionRegistry::ResetFunctions() {
// Echo
RegisterFunction<GetRegistrationCodeFunction>();
RegisterFunction<GetOobeTimestampFunction>();
+ RegisterFunction<CheckAllowRedeemOffersFunction>();
// Terminal
RegisterFunction<OpenTerminalProcessFunction>();

Powered by Google App Engine
This is Rietveld 408576698