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

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

Issue 1706413002: Indexed DB: Rename "int version" to "version" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 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
Index: content/browser/indexed_db/indexed_db_leveldb_coding.h
diff --git a/content/browser/indexed_db/indexed_db_leveldb_coding.h b/content/browser/indexed_db/indexed_db_leveldb_coding.h
index a3edbc014c23d0c4fbcfb1174b9544b552f00ee8..5be0eecfc8b599bfe95ff215b687a9d81bb99719 100644
--- a/content/browser/indexed_db/indexed_db_leveldb_coding.h
+++ b/content/browser/indexed_db/indexed_db_leveldb_coding.h
@@ -237,9 +237,9 @@ class DatabaseMetaDataKey {
enum MetaDataType {
ORIGIN_NAME = 0,
DATABASE_NAME = 1,
- USER_VERSION = 2, // Obsolete
+ USER_STRING_VERSION = 2, // Obsolete
MAX_OBJECT_STORE_ID = 3,
- USER_INT_VERSION = 4,
+ USER_VERSION = 4,
BLOB_KEY_GENERATOR_CURRENT_NUMBER = 5,
MAX_SIMPLE_METADATA_TYPE = 6
};

Powered by Google App Engine
This is Rietveld 408576698