Chromium Code Reviews| Index: content/browser/indexed_db/mock_indexed_db_callbacks.cc |
| diff --git a/content/browser/indexed_db/mock_indexed_db_callbacks.cc b/content/browser/indexed_db/mock_indexed_db_callbacks.cc |
| index 0d5c2bd01a35f1e1ee332346b0d8ead882566485..2915399672ad2795f0ae0452b370235324a5d1b4 100644 |
| --- a/content/browser/indexed_db/mock_indexed_db_callbacks.cc |
| +++ b/content/browser/indexed_db/mock_indexed_db_callbacks.cc |
| @@ -33,4 +33,6 @@ void MockIndexedDBCallbacks::OnSuccess( |
| connection_ = std::move(connection); |
| } |
| +bool MockIndexedDBCallbacks::IsValid() const { return true; } |
|
cmumford
2016/10/03 18:39:27
clang-format wants to change this (and a few other
jsbell
2016/10/03 19:28:37
Done.
|
| + |
| } // namespace content |