| 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 b3ec9850fdd948eaa89d76e90cfef8fae2d759c4..1d8c1624561e0688fa32c7e156072c49c893d65a 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.h
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.h
|
| @@ -103,6 +103,8 @@ class CONTENT_EXPORT IndexedDBContextImpl
|
| data_path_ = data_path;
|
| }
|
|
|
| + bool is_incognito() const { return data_path_.empty(); }
|
| +
|
| protected:
|
| virtual ~IndexedDBContextImpl();
|
|
|
|
|