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

Unified Diff: content/public/browser/indexed_db_info.cc

Issue 783393002: IDB: Remove unused variable IndexedDBInfo::path_ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix cookie_details_unittest.mm Created 6 years 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 | « content/public/browser/indexed_db_info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/indexed_db_info.cc
diff --git a/content/public/browser/indexed_db_info.cc b/content/public/browser/indexed_db_info.cc
index ae7446c5cf6e9a771d8d3bacabb18d7965586b11..5ccaffb45c7d8b59474125b8dd4dbfa5c4c1d991 100644
--- a/content/public/browser/indexed_db_info.cc
+++ b/content/public/browser/indexed_db_info.cc
@@ -9,12 +9,10 @@ namespace content {
IndexedDBInfo::IndexedDBInfo(const GURL& origin,
int64 size,
const base::Time& last_modified,
- const base::FilePath& path,
size_t connection_count)
: origin_(origin),
size_(size),
last_modified_(last_modified),
- path_(path),
connection_count_(connection_count) {}
} // namespace content
« no previous file with comments | « content/public/browser/indexed_db_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698