Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: chrome/browser/resources/settings/routes.html

Issue 1096143003: Add chrome.searchEnginesPrivate API and Search Settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update OWNERS Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://md-settings/routing/more_routing/more_routing. html"> 1 <link rel="import" href="chrome://md-settings/routing/more_routing/more_routing. html">
2 2
3 <!-- Drivers manage how the URL is read, and how to navigate to URLs. "hash" 3 <!-- Drivers manage how the URL is read, and how to navigate to URLs. "hash"
4 based driver means URLs like /#!/a11y are generated. This is preferred to 4 based driver means URLs like /#!/a11y are generated. This is preferred to
5 ensure that navigating between pages via links does not trigger a page 5 ensure that navigating between pages via links does not trigger a page
6 reload. For more details, see http://goo.gl/maQU6V. --> 6 reload. For more details, see http://goo.gl/maQU6V. -->
7 <more-routing-config driver="hash"></more-routing-config> 7 <more-routing-config driver="hash"></more-routing-config>
8 8
9 <more-route name="a11y" path="/a11y"></more-route> 9 <more-route name="a11y" path="/a11y"></more-route>
10 <more-route name="dateTime" path="/dateTime"></more-route> 10 <more-route name="dateTime" path="/dateTime"></more-route>
11 <more-route name="downloads" path="/downloads"></more-route> 11 <more-route name="downloads" path="/downloads"></more-route>
12 <more-route name="internet" path="/internet"></more-route> 12 <more-route name="internet" path="/internet"></more-route>
13 <more-route name="search" path="/search"></more-route>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698