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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="searchPage" class="page" hidden> 1 <div id="searchPage" class="page" hidden>
2 <h1 i18n-content="searchPage"></h1> 2 <h1 i18n-content="searchPage"></h1>
3 <div id="searchPageNoMatches"> 3 <div id="searchPageNoMatches">
4 <p i18n-content="searchPageNoMatches"></p> 4 <p i18n-content="searchPageNoMatches"></p>
5 <p><span i18n-content="searchPageHelpLabel"></span> 5 <p><span i18n-content="searchPageHelpLabel"></span>
6 <a target=_blank" i18n-content="searchPageHelpTitle" 6 <a target="_blank" i18n-content="searchPageHelpTitle"
7 i18n-values="href:searchPageHelpURL"></a> 7 i18n-values="href:searchPageHelpURL"></a>
8 </p> 8 </p>
9 </div> 9 </div>
10 </div> 10 </div>
OLDNEW
« 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