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

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

Issue 7314020: Update UMA user actions parsing, primarily to include WebUI metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update regex Created 9 years, 4 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 | « chrome/browser/resources/options/import_data_overlay.html ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/search_page.html
diff --git a/chrome/browser/resources/options/search_page.html b/chrome/browser/resources/options/search_page.html
index 8f388b5d1203a674d42bb97a2899077a493667b3..5379ca5f48225c66669c7e97234ce3785c231884 100644
--- a/chrome/browser/resources/options/search_page.html
+++ b/chrome/browser/resources/options/search_page.html
@@ -3,7 +3,7 @@
<div id="searchPageNoMatches">
<p i18n-content="searchPageNoMatches"></p>
<p><span i18n-content="searchPageHelpLabel"></span>
- <a target=_blank" i18n-content="searchPageHelpTitle"
+ <a target="_blank" i18n-content="searchPageHelpTitle"
i18n-values="href:searchPageHelpURL"></a>
</p>
</div>
« no previous file with comments | « chrome/browser/resources/options/import_data_overlay.html ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698