Skip to content

Commit 7a6603e

Browse files
authored
Default the new TabHistoryEntry.is_private field to false (#7159)
1 parent c8feeaa commit 7a6603e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/fxa-client/src/fxa_client.udl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ dictionary CloseTabsPayload {
937937
dictionary TabHistoryEntry {
938938
string title;
939939
string url;
940-
boolean is_private;
940+
boolean is_private = false;
941941
};
942942

943943
/// A client connected to the user's account.

0 commit comments

Comments
 (0)