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

Side by Side Diff: chrome\browser\sync\resources\new_tab_personalization.html

Issue 159728: Add browser/sync to the repository. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 body { 4 body {
5 font-family:arial; 5 font-family:arial;
6 background-color:white; 6 background-color:white;
7 font-size:80%; 7 font-size:80%;
8 margin:0px; 8 margin:0px;
9 } 9 }
10 .section-title { 10 .section-title {
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 } 108 }
109 109
110 /* Tell our container to resize to fit us appropriately. */ 110 /* Tell our container to resize to fit us appropriately. */
111 resizeFrame(document.body.scrollHeight); 111 resizeFrame(document.body.scrollHeight);
112 } 112 }
113 113
114 chrome.send("GetSyncMessage"); 114 chrome.send("GetSyncMessage");
115 </script> 115 </script>
116 </body> 116 </body>
117 </html> 117 </html>
OLDNEW
« no previous file with comments | « chrome\browser\sync\resources\merge_and_sync.html ('k') | chrome\browser\sync\resources\setup_flow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698