| Index: chrome/browser/ui/webui/options2/core_options_handler2.cc
|
| diff --git a/chrome/browser/ui/webui/options2/core_options_handler2.cc b/chrome/browser/ui/webui/options2/core_options_handler2.cc
|
| index 7389e5224e67701d3aa793e6785726c60ec04e32..9200b07664b80922c530520a7ba3fcf0bade4798 100644
|
| --- a/chrome/browser/ui/webui/options2/core_options_handler2.cc
|
| +++ b/chrome/browser/ui/webui/options2/core_options_handler2.cc
|
| @@ -43,6 +43,9 @@ void CoreOptionsHandler::Initialize() {
|
| clear_plugin_lso_data_enabled_.Init(prefs::kClearPluginLSODataEnabled,
|
| Profile::FromWebUI(web_ui()),
|
| this);
|
| +}
|
| +
|
| +void CoreOptionsHandler::SendPageValues() {
|
| UpdateClearPluginLSOData();
|
| }
|
|
|
|
|