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

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

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Minor typecasting Created 4 years, 5 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
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_observer.h
diff --git a/content/browser/indexed_db/indexed_db_observer.h b/content/browser/indexed_db/indexed_db_observer.h
index fcbb00a3bcf10f3323ed2e0441f358fc58777d21..e17b095ffd318096ef66265d0a2be2dd85782e10 100644
--- a/content/browser/indexed_db/indexed_db_observer.h
+++ b/content/browser/indexed_db/indexed_db_observer.h
@@ -31,8 +31,7 @@ class CONTENT_EXPORT IndexedDBObserver {
bool include_transaction;
bool no_records;
bool values;
- // Each bit in operation type corresponds to blink::WebIDBOperationType
- // values.
+ // Operation type bits are set corresponding to WebIDBOperationType.
std::bitset<blink::WebIDBOperationTypeCount> operation_types;
};
IndexedDBObserver(int32_t observer_id,
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698