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

Side by Side Diff: chrome/test/data/diagnostics/user/Safe Browsing Cookies

Issue 19551005: This adds binary data that will be used to test diagnostics mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 2
3 ü„kÓÇ<„ A]indexdomaincookiesCREATE INDEX domain ON cookies(host_key)‚r… 3 ü„kÓÇ<„ A]indexdomaincookiesCREATE INDEX domain ON cookies(host_key)‚r…
4 ;tablecookiescookiesCREATE TABLE cookies (creation_utc INTEGER NOT NULL UNIQUE PRIMARY KEY,host_key TEXT NOT NULL,name TEXT NOT NULL,value TEXT NOT NULL,path T EXT NOT NULL,expires_utc INTEGER NOT NULL,secure INTEGER NOT NULL,httponly INTEG ER NOT NULL,last_access_utc INTEGER NOT NULL, has_expires INTEGER NOT NULL DEFAU LT 1, persistent INTEGER NOT NULL DEFAULT 1)-Aindexsqlite_autoindex_cookie s_1cookiesf/tablemetametaCREATE TABLE meta(key LONGVARCHAR NOT NULL UNI QUE PRIMARY KEY, value LONGVARCHAR)';indexsqlite_autoindex_meta_1meta 4 ;tablecookiescookiesCREATE TABLE cookies (creation_utc INTEGER NOT NULL UNIQUE PRIMARY KEY,host_key TEXT NOT NULL,name TEXT NOT NULL,value TEXT NOT NULL,path T EXT NOT NULL,expires_utc INTEGER NOT NULL,secure INTEGER NOT NULL,httponly INTEG ER NOT NULL,last_access_utc INTEGER NOT NULL, has_expires INTEGER NOT NULL DEFAU LT 1, persistent INTEGER NOT NULL DEFAULT 1)-Aindexsqlite_autoindex_cookie s_1cookiesf/tablemetametaCREATE TABLE meta(key LONGVARCHAR NOT NULL UNI QUE PRIMARY KEY, value LONGVARCHAR)';indexsqlite_autoindex_meta_1meta
5 ÖóÖ ;last_compatible_version5 5 ÖóÖ ;last_compatible_version5
6 version5 6 version5
7 ØØô ;last_compatible_version 7 ØØô ;last_compatible_version
8 version 8 version
9  9 
10  10 
11  11 
OLDNEW
« no previous file with comments | « chrome/test/data/diagnostics/user/README.chromium ('k') | chrome/test/data/diagnostics/user/Safe Browsing Cookies-journal » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698