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

Unified Diff: chrome/browser/resources/options/add_startup_page_overlay.html

Issue 6352020: Remove the 'url' type from the add startup page overlay (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/add_startup_page_overlay.html
diff --git a/chrome/browser/resources/options/add_startup_page_overlay.html b/chrome/browser/resources/options/add_startup_page_overlay.html
index 0655f7f9ee14725865dd3fe12e721512703aac57..cca1101ff238f0fc8f899b39a6a0d8245459ea47 100644
--- a/chrome/browser/resources/options/add_startup_page_overlay.html
+++ b/chrome/browser/resources/options/add_startup_page_overlay.html
@@ -4,7 +4,7 @@
<div class="content-area">
<label id="addURLBlock"><span
i18n-content="addStartupPageURLLabel"></span>
- <input type="url" id="addStartupPageURL"></label>
+ <input id="addStartupPageURL"></label>
<list id="addStartupRecentPageList"></list>
</div>
<div class="action-area">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698