| Index: chrome/browser/dom_ui/options/advanced_options_handler.h
|
| diff --git a/chrome/browser/dom_ui/options/advanced_options_handler.h b/chrome/browser/dom_ui/options/advanced_options_handler.h
|
| index 0de52ab0b0ac11503ce86f6a53211c9779aee96c..22df2bd2de020e5da76b8249f6d0ba9778530e30 100644
|
| --- a/chrome/browser/dom_ui/options/advanced_options_handler.h
|
| +++ b/chrome/browser/dom_ui/options/advanced_options_handler.h
|
| @@ -113,6 +113,11 @@ class AdvancedOptionsHandler
|
| // Setup the enabled or disabled state of the cloud print proxy
|
| // management UI.
|
| void SetupCloudPrintProxySection();
|
| +
|
| + // Remove cloud print proxy section if cloud print proxy management UI is
|
| + // disabled.
|
| + void RemoveCloudPrintProxySection();
|
| +
|
| #endif
|
|
|
| // Setup the checked state for the metrics reporting checkbox.
|
|
|