blob: 7aac8db88b99445ee6c23d0f60d638b35df14828 [file] [log] [blame]
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-location.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-location/iron-query-params.html">
<link rel="import" href="actions.html">
<link rel="import" href="store_client.html">
<dom-module id="bookmarks-router">
<template>
<iron-location query="{{urlQuery_}}" dwell-time="200"></iron-location>
<iron-query-params params-string="{{query_}}"
params-object="{{queryParams_}}"></iron-query-params>
</template>
<script src="router.js"></script>
</dom-module>