Issue #756 - Remove Contextual Identity from UnifiedComplete

reverts m-c 1287866
This commit is contained in:
Gaming4JC 2019-03-18 18:38:30 -04:00 • committed by Roy Tam
commit 50bf383712
6 changed files with 40 additions and 116 deletions

View file

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