format previously misses .cc files
This commit is contained in:
parent
284aca68c0
commit
49c8c31220
36 changed files with 1279 additions and 1411 deletions
|
@ -51,14 +51,12 @@ BrowserClient* BrowserClient::Get() {
|
|||
return g_browser_client;
|
||||
}
|
||||
|
||||
BrowserClient::BrowserClient()
|
||||
: browser_main_parts_(nullptr) {
|
||||
BrowserClient::BrowserClient() : browser_main_parts_(nullptr) {
|
||||
DCHECK(!g_browser_client);
|
||||
g_browser_client = this;
|
||||
}
|
||||
|
||||
BrowserClient::~BrowserClient() {
|
||||
}
|
||||
BrowserClient::~BrowserClient() {}
|
||||
|
||||
NotificationPresenter* BrowserClient::GetNotificationPresenter() {
|
||||
if (!notification_presenter_) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue