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

Unified Diff: chrome/browser/cocoa/cookie_details.mm

Issue 4682002: Remove "name" field from indexed databases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/cocoa/cookie_details.h ('k') | chrome/browser/cocoa/cookie_details_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/cookie_details.mm
diff --git a/chrome/browser/cocoa/cookie_details.mm b/chrome/browser/cocoa/cookie_details.mm
index 4c483d1fd4cf16b1f50bd561203d6426c8d39cb8..b60e0058985332d013a9ee338292cbddd04973e7 100644
--- a/chrome/browser/cocoa/cookie_details.mm
+++ b/chrome/browser/cocoa/cookie_details.mm
@@ -248,7 +248,6 @@
lastModified_.reset([base::SysWideToNSString(
base::TimeFormatFriendlyDateAndTime(
indexedDBInfo->last_modified)) retain]);
- name_.reset([base::SysUTF8ToNSString(indexedDBInfo->database_name) retain]);
}
return self;
}
« no previous file with comments | « chrome/browser/cocoa/cookie_details.h ('k') | chrome/browser/cocoa/cookie_details_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698