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

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

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/browser/indexed_db/indexed_db_context_impl.cc ('k') | content/public/browser/indexed_db_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/indexed_db_info.h
diff --git a/content/public/browser/indexed_db_info.h b/content/public/browser/indexed_db_info.h
index fcf6c0417e58b9eb938c62741225ef59736ffc79..726949c14294833c84e440c02808d83e1429eb04 100644
--- a/content/public/browser/indexed_db_info.h
+++ b/content/public/browser/indexed_db_info.h
@@ -17,13 +17,11 @@ class CONTENT_EXPORT IndexedDBInfo {
IndexedDBInfo(const GURL& origin,
int64 size,
const base::Time& last_modified,
- const base::FilePath& path,
- size_t connection_count_);
+ size_t connection_count);
GURL origin_;
int64 size_;
base::Time last_modified_;
- base::FilePath path_;
size_t connection_count_;
};
« no previous file with comments | « content/browser/indexed_db/indexed_db_context_impl.cc ('k') | content/public/browser/indexed_db_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698