HotKey.register('M', new SymbolServerEntryPanel(
dataDispatcher.getTabDescription()),
"UI for configuring the SymbolMap manifest location.");
HotKey.register('1', new MergeProfilesPanel(dataDispatcher, resources),
"Search for JavaScript profiles with the same Log entry and merge");
// Start fetching the symbol manifest if it is available.
maybeInitializeSymbolServerController(dataDispatcher.getTabDescription());