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

Side by Side Diff: chrome/browser/resources/access_chromevox/chromevox/background/bookmark_manager.html

Issue 6254007: Adding ChromeVox as a component extensions (enabled only for ChromeOS, for no... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | Annotate | Revision Log
Property Changes:
Added: svn:executable
+ *
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <html>
2 <head><title>Bookmarks Manager</title>
3 <style type="text/css" id="cssStyle">
4
5 </style>
6 </head>
7 <body>
8 <div id="search" style="display: none">
9 <div id="search_message">
10 Search results for:
11 </div>
12 <br>
13 <div id="search_results">
14
15 </div>
16 </div>
17 <div id="bookmarks">
18
19 </div>
20
21 <script src="chromeVox_bookmarkManagerLoader.js"></script>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698