Fix build and ensure no breaking change
This commit is contained in:
parent
5f7a173d1d
commit
87c2f0f14f
8 changed files with 91 additions and 31 deletions
|
@ -17,6 +17,7 @@
|
|||
#include "base/threading/thread_restrictions.h"
|
||||
#include "base/threading/thread_task_runner_handle.h"
|
||||
#include "brightray/browser/brightray_paths.h"
|
||||
#include "brightray/common/application_info.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
|
@ -121,6 +122,7 @@ std::string Browser::GetName() const {
|
|||
|
||||
void Browser::SetName(const std::string& name) {
|
||||
name_override_ = name;
|
||||
brightray::OverrideApplicationName(name);
|
||||
}
|
||||
|
||||
int Browser::GetBadgeCount() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue