Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / mojo / shell / loader.h
index ddbccd0..2279cbd 100644 (file)
@@ -25,8 +25,10 @@ class Loader {
  public:
   class Delegate {
    public:
+    // |mime_type| is NULL if a mime type was not specified.
     virtual void DidCompleteLoad(const GURL& app_url,
-                                 const base::FilePath& app_path) = 0;
+                                 const base::FilePath& app_path,
+                                 const std::string* mime_type) = 0;
 
    protected:
     virtual ~Delegate();