Index: chrome/browser/ui/webui/options/browser_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h |
index 0c65c886ea4dd38974e0f89c2597059f3c4b72bf..f98ee3937bf02a799a581889e143330789dd194d 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.h |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h |
@@ -327,6 +327,9 @@ class BrowserOptionsHandler |
// Setup the UI for showing which settings are extension controlled. |
void SetupExtensionControlledIndicators(); |
+ // Setup the value and the disabled property for metrics reporting. |
+ void SetupMetricsReportingCheckbox(); |
+ |
#if defined(OS_CHROMEOS) |
// Setup the accessibility features for ChromeOS. |
void SetupAccessibilityFeatures(); |