| Index: chrome/browser/platform_util_aura.cc
|
| diff --git a/chrome/browser/platform_util_aura.cc b/chrome/browser/platform_util_aura.cc
|
| index 16c3e2b80eca333a35b59413640e92106e472ffc..835704845c141af7659900df9d8dd1a7b772c24b 100644
|
| --- a/chrome/browser/platform_util_aura.cc
|
| +++ b/chrome/browser/platform_util_aura.cc
|
| @@ -10,10 +10,6 @@
|
|
|
| namespace platform_util {
|
|
|
| -gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
|
| - return view->GetToplevelWindow();
|
| -}
|
| -
|
| gfx::NativeView GetViewForWindow(gfx::NativeWindow window) {
|
| DCHECK(window);
|
| return window;
|
|
|