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

Unified Diff: chrome/browser/resources/options2/search_page.html

Issue 8895023: Options2: Pull the trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DIAF. Created 9 years 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 | « chrome/browser/resources/options2/search_page.css ('k') | chrome/browser/resources/options2/search_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/search_page.html
diff --git a/chrome/browser/resources/options2/search_page.html b/chrome/browser/resources/options2/search_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..5379ca5f48225c66669c7e97234ce3785c231884
--- /dev/null
+++ b/chrome/browser/resources/options2/search_page.html
@@ -0,0 +1,10 @@
+<div id="searchPage" class="page" hidden>
+ <h1 i18n-content="searchPage"></h1>
+ <div id="searchPageNoMatches">
+ <p i18n-content="searchPageNoMatches"></p>
+ <p><span i18n-content="searchPageHelpLabel"></span>
+ <a target="_blank" i18n-content="searchPageHelpTitle"
+ i18n-values="href:searchPageHelpURL"></a>
+ </p>
+ </div>
+</div>
« no previous file with comments | « chrome/browser/resources/options2/search_page.css ('k') | chrome/browser/resources/options2/search_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698