| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| index 19dba2aea139b60171b77222d7a28559822cbcfa..cb96f7b9f0bcf1704f6a2db2498714f67b58cd2e 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| @@ -22,6 +22,7 @@ class ImageSkia;
|
|
|
| namespace views {
|
| class WidgetDelegate;
|
| +struct WidgetParent;
|
| }
|
|
|
| namespace chromeos {
|
| @@ -44,9 +45,12 @@ class InternetOptionsHandler : public ::options::OptionsPageUIHandler {
|
| void ShowMorePlanInfoCallback(const base::ListValue* args);
|
| void SimOperationCallback(const base::ListValue* args);
|
|
|
| - // Gets the native window for hosting dialogs, etc.
|
| + // Deprecated: Use GetWidgetParent() instead.
|
| gfx::NativeWindow GetNativeWindow() const;
|
|
|
| + // Returns a parent for hosting dialogs.
|
| + views::WidgetParent GetWidgetParent() const;
|
| +
|
| // Gets the user PrefService associated with the WebUI.
|
| const PrefService* GetPrefs() const;
|
|
|
|
|