Chromium Code Reviews| 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..89c2c017b72889b3738694eb85808b6652bbffae 100644 |
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h |
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h |
| @@ -327,6 +327,15 @@ 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(); |
| + |
| + // Passes forward the request to change MetricsReportingEnabled. |
|
Alexei Svitkine (slow)
2014/09/05 20:50:25
Nit: I suggest using a comment similar to the one
gayane -on leave until 09-2017
2014/09/08 18:32:46
Done.
|
| + void HandleMetricsReportingChange(const base::ListValue* args); |
| + |
| + // Notifies the result of MetricsReportingEnabled change to Javascript layer. |
| + void MetricsReportingChangeCallback(bool success); |
| + |
| #if defined(OS_CHROMEOS) |
| // Setup the accessibility features for ChromeOS. |
| void SetupAccessibilityFeatures(); |