org.chromium.debug.core/src/org/chromium/debug/core/efs/ChromiumScriptFileSystem.java
changeset 276 f2f4a1259de8
parent 2 e4420d2515f1
--- a/org.chromium.debug.core/src/org/chromium/debug/core/efs/ChromiumScriptFileSystem.java	Thu Mar 18 11:10:35 2010 -0700
+++ b/org.chromium.debug.core/src/org/chromium/debug/core/efs/ChromiumScriptFileSystem.java	Thu Mar 18 11:56:59 2010 -0700
@@ -42,6 +42,10 @@
     }
   }
 
+  public static boolean isChromiumDebugURI(URI uri) {
+    return CHROMIUMDEBUG_SCHEME.equals(uri.getScheme());
+  }
+
   /**
    * Converts a chromiumdebug FS FileStore URI into a path relative to the FS root.
    *