| Index: chrome/browser/ui/webui/options2/core_options_handler2.h
|
| diff --git a/chrome/browser/ui/webui/options2/core_options_handler2.h b/chrome/browser/ui/webui/options2/core_options_handler2.h
|
| index 2ba6314c574cd6d00c30c6323cb0edcf67660182..8849a6ab77ec3d0f88f162597fd4fb69cd2ddc08 100644
|
| --- a/chrome/browser/ui/webui/options2/core_options_handler2.h
|
| +++ b/chrome/browser/ui/webui/options2/core_options_handler2.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -25,8 +25,9 @@ class CoreOptionsHandler : public OptionsPageUIHandler {
|
| virtual ~CoreOptionsHandler();
|
|
|
| // OptionsPageUIHandler implementation.
|
| - virtual void Initialize() OVERRIDE;
|
| virtual void GetLocalizedValues(DictionaryValue* localized_strings) OVERRIDE;
|
| + virtual void InitializeHandler() OVERRIDE;
|
| + virtual void InitializePage() OVERRIDE;
|
| virtual void Uninitialize() OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
|
|