Skip to content

Commit

Permalink
browser(webkit): remove incognito emoji from title (#3765)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Sep 4, 2020
1 parent fc7b065 commit b6557b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions browser_patches/webkit/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1340
Changed: [email protected] Thu Sep 3 21:43:54 PDT 2020
1341
Changed: [email protected] Thu Sep 3 23:32:06 PDT 2020
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ - (void)updateTitle:(NSString *)title
title = url.lastPathComponent ?: url._web_userVisibleString;
}

self.window.title = [NSString stringWithFormat:@"%@%@ [%d]%@", _isPrivateBrowsingWindow ? @"🙈 " : @"", title, _webView._webProcessIdentifier, @""];
self.window.title = title;
}

- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context
Expand Down

0 comments on commit b6557b9

Please sign in to comment.