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

Unified Diff: chrome/browser/platform_util_android.cc

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_android.cc
diff --git a/chrome/browser/platform_util_android.cc b/chrome/browser/platform_util_android.cc
index 205272d47949899cc5cbf9bf74e8b93a70bea340..7a3b54cfa4a789226610c96ea2092539229bfad6 100644
--- a/chrome/browser/platform_util_android.cc
+++ b/chrome/browser/platform_util_android.cc
@@ -37,7 +37,6 @@ void OpenExternal(Profile* profile, const GURL& url) {
}
gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
- NOTIMPLEMENTED();
return view->GetWindowAndroid();
}

Powered by Google App Engine
This is Rietveld 408576698