diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2019-03-18 18:38:30 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2019-03-18 20:53:41 -0400 |
commit | 2d20c38f8395871facc2b23058770156c30611f5 (patch) | |
tree | 2ce4dcc96774f0292c8146fe7b111bac22a28c41 /toolkit/components/places/nsPlacesTables.h | |
parent | 1f5194b5f1deb0f36b36ed886d94ce5f8b62ca9d (diff) | |
download | UXP-2d20c38f8395871facc2b23058770156c30611f5.tar UXP-2d20c38f8395871facc2b23058770156c30611f5.tar.gz UXP-2d20c38f8395871facc2b23058770156c30611f5.tar.lz UXP-2d20c38f8395871facc2b23058770156c30611f5.tar.xz UXP-2d20c38f8395871facc2b23058770156c30611f5.zip |
Issue #756 - Remove Contextual Identity from UnifiedComplete
reverts m-c 1287866
Diffstat (limited to 'toolkit/components/places/nsPlacesTables.h')
-rw-r--r-- | toolkit/components/places/nsPlacesTables.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/toolkit/components/places/nsPlacesTables.h b/toolkit/components/places/nsPlacesTables.h index aca92735e..0b6e414fb 100644 --- a/toolkit/components/places/nsPlacesTables.h +++ b/toolkit/components/places/nsPlacesTables.h @@ -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)" \ ")" \ ) |