Revert "Issue #756 - Remove Contextual Identity from UnifiedComplete"

This reverts commit 50bf383712.
This commit is contained in:
Roy Tam 2019-04-04 19:35:37 +08:00
commit 979a96c49a
6 changed files with 116 additions and 40 deletions

View file

@ -133,8 +133,10 @@
// nsPlacesAutoComplete.js.
#define CREATE_MOZ_OPENPAGES_TEMP NS_LITERAL_CSTRING( \
"CREATE TEMP TABLE moz_openpages_temp (" \
" url TEXT PRIMARY KEY" \
" url TEXT" \
", userContextId INTEGER" \
", open_count INTEGER" \
", PRIMARY KEY (url, userContextId)" \
")" \
)