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

Unified Diff: content/browser/indexed_db/indexed_db_blob_info.h

Issue 260783003: Some changes to support incognito mode, and some small cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo obsolete changes. Created 6 years, 8 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 | « no previous file | content/browser/indexed_db/indexed_db_blob_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_blob_info.h
diff --git a/content/browser/indexed_db/indexed_db_blob_info.h b/content/browser/indexed_db/indexed_db_blob_info.h
index 5a903d86129a9d9b1387f4d8ae82b22468bd42b9..55ddfbc9f17262c978c248b00464269406e5f8dd 100644
--- a/content/browser/indexed_db/indexed_db_blob_info.h
+++ b/content/browser/indexed_db/indexed_db_blob_info.h
@@ -25,7 +25,8 @@ class CONTENT_EXPORT IndexedDBBlobInfo {
int64 size);
IndexedDBBlobInfo(const base::string16& type, int64 size, int64 key);
// These two are used for Files.
- IndexedDBBlobInfo(const base::FilePath& file_path,
+ IndexedDBBlobInfo(const std::string& uuid,
+ const base::FilePath& file_path,
const base::string16& file_name,
const base::string16& type);
IndexedDBBlobInfo(int64 key,
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_blob_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698