summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webfileutilities_impl.h
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-21 05:42:00 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-21 05:42:00 +0000
commit455258051a2cb4591155cd099e959ce593340736 (patch)
tree5d69f116074995489a2bd1889da6edd61b7e4bc1 /webkit/glue/webfileutilities_impl.h
parent1c321ee57a522e891d91a41a09bd900f0afd6f0d (diff)
downloadchromium_src-455258051a2cb4591155cd099e959ce593340736.zip
chromium_src-455258051a2cb4591155cd099e959ce593340736.tar.gz
chromium_src-455258051a2cb4591155cd099e959ce593340736.tar.bz2
Removing FileUtilities::revealOSInFolder which is not used anymore
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10391185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138079 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webfileutilities_impl.h')
-rw-r--r--webkit/glue/webfileutilities_impl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/glue/webfileutilities_impl.h b/webkit/glue/webfileutilities_impl.h
index e2d24f2..a589f0a 100644
--- a/webkit/glue/webfileutilities_impl.h
+++ b/webkit/glue/webfileutilities_impl.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -18,7 +18,6 @@ class WEBKIT_GLUE_EXPORT WebFileUtilitiesImpl :
virtual ~WebFileUtilitiesImpl();
// WebFileUtilities methods:
- virtual void revealFolderInOS(const WebKit::WebString& path);
virtual bool fileExists(const WebKit::WebString& path);
virtual bool deleteFile(const WebKit::WebString& path);
virtual bool deleteEmptyDirectory(const WebKit::WebString& path);