| Index: chrome/browser/platform_util.h
|
| diff --git a/chrome/browser/platform_util.h b/chrome/browser/platform_util.h
|
| index 1ca527969765cc0d8bbd9a776dd7a297268f6344..a94b5ba6fb284c8ad2a179fff1c8f7ec2d84fb48 100644
|
| --- a/chrome/browser/platform_util.h
|
| +++ b/chrome/browser/platform_util.h
|
| @@ -77,9 +77,6 @@ void ShowItemInFolder(Profile* profile, const base::FilePath& full_path);
|
| // Must be called from the UI thread.
|
| void OpenExternal(Profile* profile, const GURL& url);
|
|
|
| -// Get the top level window for the native view. This can return NULL.
|
| -gfx::NativeWindow GetTopLevel(gfx::NativeView view);
|
| -
|
| // Returns a NativeView handle for parenting dialogs off |window|. This can be
|
| // used to position a dialog using a NativeWindow, when a NativeView (e.g.
|
| // browser tab) isn't available.
|
|
|