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

Unified Diff: chrome/browser/platform_util_aura.cc

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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_aura.cc
diff --git a/chrome/browser/platform_util_aura.cc b/chrome/browser/platform_util_aura.cc
index db3a343893373b0ddca83fbdbbe1d47a4cbffbc3..9655cbfe7affb34e67c27529d52757f64154645a 100644
--- a/chrome/browser/platform_util_aura.cc
+++ b/chrome/browser/platform_util_aura.cc
@@ -13,6 +13,16 @@
namespace platform_util {
+#if defined(OS_ANDROID)
+void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) {
+ NOTIMPLEMENTED();
+}
+
+void OpenExternal(Profile* profile, const GURL& url) {
+ NOTIMPLEMENTED();
+}
+#endif // OS_ANDROID
+
gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
return view->GetToplevelWindow();
}

Powered by Google App Engine
This is Rietveld 408576698