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

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: Update inline comments. Created 7 years, 11 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 7ab4de3aedc1fd5ed9874955eab1130270df4d8f..e730531866e1ed6e58cd7a5087c55973dbea68b1 100644
--- a/chrome/browser/extensions/extension_function_registry.cc
+++ b/chrome/browser/extensions/extension_function_registry.cc
@@ -184,6 +184,7 @@ void ExtensionFunctionRegistry::ResetFunctions() {
// Echo
RegisterFunction<GetRegistrationCodeFunction>();
RegisterFunction<GetOobeTimestampFunction>();
+ RegisterFunction<IsEchoDisabledFunction>();
// Terminal
RegisterFunction<OpenTerminalProcessFunction>();

Powered by Google App Engine
This is Rietveld 408576698