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

Unified Diff: content/child/indexed_db/indexed_db_dispatcher.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/child/indexed_db/indexed_db_dispatcher.h
diff --git a/content/child/indexed_db/indexed_db_dispatcher.h b/content/child/indexed_db/indexed_db_dispatcher.h
index 993349d47079175522a91380f62bde3c215f8a38..1f84219ee5b1edd59e5a43ecd876127e03304181 100644
--- a/content/child/indexed_db/indexed_db_dispatcher.h
+++ b/content/child/indexed_db/indexed_db_dispatcher.h
@@ -242,10 +242,10 @@ class CONTENT_EXPORT IndexedDBDispatcher : public WorkerThread::Observer {
int32_t ipc_database_id,
int64_t transaction_id);
void OnForcedClose(int32_t ipc_thread_id, int32_t ipc_database_id);
- void OnIntVersionChange(int32_t ipc_thread_id,
- int32_t ipc_database_id,
- int64_t old_version,
- int64_t new_version);
+ void OnVersionChange(int32_t ipc_thread_id,
+ int32_t ipc_database_id,
+ int64_t old_version,
+ int64_t new_version);
// Reset cursor prefetch caches for all cursors except exception_cursor_id.
void ResetCursorPrefetchCaches(int64_t transaction_id,
« no previous file with comments | « content/browser/indexed_db/indexed_db_unittest.cc ('k') | content/child/indexed_db/indexed_db_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698