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

Side by Side Diff: chrome/browser/resources/chromeos/notification_icon_link.html

Issue 8687012: Moved ChromeOS-specific resources from chrome/browser/resources to chrome/browser/resources/chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>$2</title> 4 <title>$2</title>
5 <style> 5 <style>
6 body { 6 body {
7 direction: $5; 7 direction: $5;
8 } 8 }
9 #icon { 9 #icon {
10 height: 32px; 10 height: 32px;
(...skipping 18 matching lines...) Expand all
29 } 29 }
30 </style> 30 </style>
31 </head> 31 </head>
32 <body> 32 <body>
33 <div id="icon"><img src="$1" width="32" height="32" /></div> 33 <div id="icon"><img src="$1" width="32" height="32" /></div>
34 <div id="title">$2</div> 34 <div id="title">$2</div>
35 <div id="description">$3</div> 35 <div id="description">$3</div>
36 <div id="link"><a href="" onclick="chrome.send('link')">$6</a></div> 36 <div id="link"><a href="" onclick="chrome.send('link')">$6</a></div>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/network_menu.js ('k') | chrome/browser/resources/chromeos/offline_load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698