Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2452)

Unified Diff: chrome/browser/platform_util.h

Issue 2688413007: Add display::GetDisplayNearestView (Closed)
Patch Set: add missing files Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698