Index: content/browser/indexed_db/indexed_db_context_impl.h |
diff --git a/content/browser/indexed_db/indexed_db_context_impl.h b/content/browser/indexed_db/indexed_db_context_impl.h |
index 268e326064a86280b76d432cf85fd45b5c37bf82..a486070f088448bdf13229a18718291772a0e536 100644 |
--- a/content/browser/indexed_db/indexed_db_context_impl.h |
+++ b/content/browser/indexed_db/indexed_db_context_impl.h |
@@ -48,9 +48,6 @@ class CONTENT_EXPORT IndexedDBContextImpl |
// The indexed db directory. |
static const base::FilePath::CharType kIndexedDBDirectory[]; |
- // The indexed db file extension. |
- static const base::FilePath::CharType kIndexedDBExtension[]; |
- |
// Disables the exit-time deletion of session-only data. |
void SetForceKeepSessionState() { force_keep_session_state_ = true; } |