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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/access_chromevox/chromevox/background/bookmark_manager.html
===================================================================
--- chrome/browser/resources/access_chromevox/chromevox/background/bookmark_manager.html (revision 0)
+++ chrome/browser/resources/access_chromevox/chromevox/background/bookmark_manager.html (revision 0)
@@ -0,0 +1,23 @@
+<html>
+<head><title>Bookmarks Manager</title>
+ <style type="text/css" id="cssStyle">
+
+ </style>
+</head>
+<body>
+<div id="search" style="display: none">
+ <div id="search_message">
+ Search results for:
+ </div>
+ <br>
+ <div id="search_results">
+
+ </div>
+</div>
+<div id="bookmarks">
+
+</div>
+
+<script src="chromeVox_bookmarkManagerLoader.js"></script>
+</body>
+</html>
Property changes on: chrome/browser/resources/access_chromevox/chromevox/background/bookmark_manager.html
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698