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

Unified Diff: chrome/browser/platform_util_aura.cc

Issue 8808003: aura: Fix file-opening functions in platform_util. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « no previous file | chrome/browser/platform_util_linux.cc » ('j') | 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 62d06012f823508d176ca3fc586adfb0b578e928..7f29fdc79cc405f2cd99a16e2983ff21f889cd21 100644
--- a/chrome/browser/platform_util_aura.cc
+++ b/chrome/browser/platform_util_aura.cc
@@ -9,21 +9,6 @@
namespace platform_util {
-void ShowItemInFolder(const FilePath& full_path) {
- // TODO(beng):
- NOTIMPLEMENTED();
-}
-
-void OpenItem(const FilePath& full_path) {
- // TODO(beng):
- NOTIMPLEMENTED();
-}
-
-void OpenExternal(const GURL& url) {
- // TODO(beng):
- NOTIMPLEMENTED();
-}
-
gfx::NativeWindow GetTopLevel(gfx::NativeView view) {
return view->GetToplevelWindow();
}
« no previous file with comments | « no previous file | chrome/browser/platform_util_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698