Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / ui / webui / resources / externs / more_routing_externs.js
blob53c8ad627c37598b8eefe4730cd01e6400b7636b
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 /** @fileoverview Externs for MoreRouting */
7 /**
8 * @const
9 */
10 var MoreRouting = {};
12 /**
13 * @param {string|Object} pathOrName
14 * @param {Object=} opt_params
16 MoreRouting.navigateTo = function(pathOrName, opt_params) {};
18 /**
19 * @param {string} route
21 MoreRouting.urlFor = function(route) {};