| Index: chrome/browser/dom_ui/options/personal_options_handler.h
|
| diff --git a/chrome/browser/dom_ui/options/personal_options_handler.h b/chrome/browser/dom_ui/options/personal_options_handler.h
|
| index 451ccff6080b129883be752953b819417c52a668..1bf39e8fd2c07890a6389d9fc0cf51dab071505f 100644
|
| --- a/chrome/browser/dom_ui/options/personal_options_handler.h
|
| +++ b/chrome/browser/dom_ui/options/personal_options_handler.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -21,6 +21,7 @@ class PersonalOptionsHandler : public OptionsPageUIHandler,
|
| virtual ~PersonalOptionsHandler();
|
|
|
| // OptionsUIHandler implementation.
|
| + virtual bool IsEnabled();
|
| virtual void GetLocalizedValues(DictionaryValue* localized_strings);
|
| virtual void Initialize();
|
|
|
| @@ -47,6 +48,10 @@ class PersonalOptionsHandler : public OptionsPageUIHandler,
|
| void ThemesSetGTK(const ListValue* args);
|
| #endif
|
|
|
| + // Called when the user updates the set of enabled data types to sync. |args|
|
| + // is ignored.
|
| + void OnPreferredDataTypesUpdated(const ListValue* args);
|
| +
|
| scoped_ptr<OptionsManagedBannerHandler> banner_handler_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PersonalOptionsHandler);
|
|
|