| Index: chrome/browser/ui/webui/options/options_ui.h
|
| diff --git a/chrome/browser/ui/webui/options/options_ui.h b/chrome/browser/ui/webui/options/options_ui.h
|
| index 1e836f19e3e8d19a4f6bfcd6f8fe1d80180fddd0..a56fbc2d4691aa511eb499b224625c80b3fd44b8 100644
|
| --- a/chrome/browser/ui/webui/options/options_ui.h
|
| +++ b/chrome/browser/ui/webui/options/options_ui.h
|
| @@ -41,9 +41,6 @@ namespace options {
|
| // The base class handler of Javascript messages of options pages.
|
| class OptionsPageUIHandler : public content::WebUIMessageHandler {
|
| public:
|
| - // Key for identifying the Settings App localized_strings in loadTimeData.
|
| - static const char kSettingsAppKey[];
|
| -
|
| OptionsPageUIHandler();
|
| ~OptionsPageUIHandler() override;
|
|
|
|
|