Skip to content

Commit

Permalink
Fixed sidebar bookmarks panel was empty
Browse files Browse the repository at this point in the history
fix brave/brave-browser#21819

Applied upstream changes

Author:     dpapad <[email protected]>
AuthorDate: 2022-01-06 19:24:20 +0000
Commit:     Chromium LUCI CQ <[email protected]>
CommitDate: 2022-01-06 19:24:20 +0000

SidePanel: Stop importing pre-JS modules Mojo bindings, not needed.

Bug: 1179821
Change-Id: I0a72614422db9bb398bd5eb48a9b7f1c79e33f1c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3370342
Auto-Submit: Demetrios Papadopoulos <[email protected]>
Reviewed-by: John Lee <[email protected]>
Commit-Queue: John Lee <[email protected]>
Cr-Commit-Position: refs/heads/main@{#956201}
  • Loading branch information
simonhong committed Mar 23, 2022
1 parent 204904b commit 40e7c04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions browser/resources/sidebar/bookmarks/bookmarks_api_proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'chrome://resources/mojo/mojo/public/js/mojo_bindings_lite.js';
import 'chrome://resources/mojo/url/mojom/url.mojom-lite.js';

import {ChromeEvent} from '/tools/typescript/definitions/chrome_event.js';
import {ClickModifiers} from 'chrome://resources/mojo/ui/base/mojom/window_open_disposition.mojom-webui.js';

Expand Down

0 comments on commit 40e7c04

Please sign in to comment.