Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / trace_viewer / tracing / importer / importer.js
index c50aead..ce8d4a3 100644 (file)
@@ -30,6 +30,12 @@ tvcm.exportTo('tracing.importer', function() {
     },
 
     /**
+     * Called to import sample data into the Model.
+     */
+    importSampleData: function() {
+    },
+
+    /**
      * Called by the Model after all other importers have imported their
      * events.
      */