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

Unified Diff: chrome/browser/platform_util_aura.cc

Issue 1478493004: Aura Android: upstream platform_util* related files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « chrome/browser/platform_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..6ef69e57b48d9de3a91b3e7d6fad71f4a099b024 100644
--- a/chrome/browser/platform_util_aura.cc
+++ b/chrome/browser/platform_util_aura.cc
@@ -13,6 +13,25 @@
namespace platform_util {
+#if defined(OS_ANDROID)
+// TODO(bshe): We might want to use platform_util_android.cc for Aura Android.
+// See crbug.com/561664
+void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) {
+ NOTIMPLEMENTED();
+}
+
+void OpenItem(Profile* profile,
+ const base::FilePath& full_path,
+ OpenItemType item_type,
+ const OpenOperationCallback& callback) {
+ NOTIMPLEMENTED();
+}
+
+void OpenExternal(Profile* profile, const GURL& url) {
+ NOTIMPLEMENTED();
+}
+#endif
+
gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
return view->GetToplevelWindow();
}
« no previous file with comments | « chrome/browser/platform_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698