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

Unified Diff: chrome/browser/browsing_data_database_helper.cc

Issue 3048002: Store creating url in origin nodes and use it for content settings. (Closed)
Patch Set: compilefix Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browsing_data_database_helper.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/browsing_data_database_helper.cc
diff --git a/chrome/browser/browsing_data_database_helper.cc b/chrome/browser/browsing_data_database_helper.cc
index 09db4c89a6e981ebba90ef82a883887e7510e3f0..11e5e6bbf4835e8a8d341036e893ecc866f07ed3 100644
--- a/chrome/browser/browsing_data_database_helper.cc
+++ b/chrome/browser/browsing_data_database_helper.cc
@@ -77,6 +77,7 @@ void BrowsingDataDatabaseHelper::FetchDatabaseInfoInFileThread() {
UTF16ToUTF8(*db),
origin_identifier,
UTF16ToUTF8(ori->GetDatabaseDescription(*db)),
+ web_security_origin.toString().utf8(),
file_info.size,
file_info.last_modified));
}
@@ -137,6 +138,7 @@ void CannedBrowsingDataDatabaseHelper::AddDatabase(
name,
origin_identifier,
description,
+ web_security_origin.toString().utf8(),
0,
base::Time()));
}
« no previous file with comments | « chrome/browser/browsing_data_database_helper.h ('k') | chrome/browser/cocoa/cookie_details_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698