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

Unified Diff: webkit/fileapi/isolated_mount_point_provider.cc

Issue 10977073: Delete some unused code found by -Wunused-function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tweak, rebase Created 8 years, 3 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: webkit/fileapi/isolated_mount_point_provider.cc
diff --git a/webkit/fileapi/isolated_mount_point_provider.cc b/webkit/fileapi/isolated_mount_point_provider.cc
index 8c5542cee353b2cc5a340039ecd71d059b6e5136..084c93d1bdfc1466dad7be1932432194bd98e45a 100644
--- a/webkit/fileapi/isolated_mount_point_provider.cc
+++ b/webkit/fileapi/isolated_mount_point_provider.cc
@@ -35,14 +35,6 @@
namespace fileapi {
-namespace {
-
-IsolatedContext* isolated_context() {
- return IsolatedContext::GetInstance();
-}
-
-} // namespace
-
IsolatedMountPointProvider::IsolatedMountPointProvider(
const FilePath& profile_path)
: profile_path_(profile_path),

Powered by Google App Engine
This is Rietveld 408576698