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

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

Issue 933823002: Avoid large inlined automatic methods in IndexedDB code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more CONTENT_EXPORT Created 5 years, 10 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 | « content/common/indexed_db/indexed_db_key_range.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 726949c14294833c84e440c02808d83e1429eb04..8a2ee7c881521d9bd3049ef1cf1e96211a584f52 100644
--- a/content/public/browser/indexed_db_info.h
+++ b/content/public/browser/indexed_db_info.h
@@ -18,6 +18,9 @@ class CONTENT_EXPORT IndexedDBInfo {
int64 size,
const base::Time& last_modified,
size_t connection_count);
+ IndexedDBInfo(const IndexedDBInfo& other);
+ ~IndexedDBInfo();
+ IndexedDBInfo& operator=(const IndexedDBInfo& other);
GURL origin_;
int64 size_;
« no previous file with comments | « content/common/indexed_db/indexed_db_key_range.cc ('k') | content/public/browser/indexed_db_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698