summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/ui/webui/management_ui_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/ui/webui/management_ui_handler.h')
-rw-r--r--chromium/chrome/browser/ui/webui/management_ui_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/browser/ui/webui/management_ui_handler.h b/chromium/chrome/browser/ui/webui/management_ui_handler.h
index f06e8d6e58a..78fc6f597fe 100644
--- a/chromium/chrome/browser/ui/webui/management_ui_handler.h
+++ b/chromium/chrome/browser/ui/webui/management_ui_handler.h
@@ -113,7 +113,7 @@ class ManagementUIHandler : public content::WebUIMessageHandler,
static void InitializeInternal(content::WebUI* web_ui,
content::WebUIDataSource* source,
Profile* profile);
- void AddExtensionReportingInfo(base::Value* report_sources);
+ void AddReportingInfo(base::Value* report_sources);
base::DictionaryValue GetContextualManagedData(Profile* profile);
base::Value GetThreatProtectionInfo(Profile* profile) const;