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

Side by Side Diff: chrome/test/data/profiles/typical_history/Default/Favicons

Issue 10698009: Make profile history easily filterable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to tot Created 8 years, 3 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 SQLite format 3@  1 SQLite format 3@ 
2 ü‹lÓ׋ J% 2 ü‹lÓ׋ J%
3 aindexfavicons_urlfaviconsCREATE INDEX favicons_url ON favicons(url) 3 aindexfavicons_urlfaviconsCREATE INDEX favicons_url ON favicons(url)
4  4 
5 wtablefaviconsfaviconsCREATE TABLE favicons(id INTEGER PRIMARY KEY,url LONGVA RCHAR NOT NULL,last_updated INTEGER DEFAULT 0,image_data BLOB)e-tablemeta metaCREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVAR CHAR)';indexsqlite_autoindex_meta_1meta 5 wtablefaviconsfaviconsCREATE TABLE favicons(id INTEGER PRIMARY KEY,url LONGVA RCHAR NOT NULL,last_updated INTEGER DEFAULT 0,image_data BLOB)e-tablemeta metaCREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVAR CHAR)';indexsqlite_autoindex_meta_1meta
6 ÖóÖ ;last_compatible_version3 6 ÖóÖ ;last_compatible_version3
7 version3 7 version3
8 ØØô ;last_compatible_version 8 ØØô ;last_compatible_version
9 version 9 version
10  10 
11  11 
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698