chrome style plugin: remove check-auto-raw-pointer option
This is always enabled now, so the corresponding flag can be removed. https://chromium-review.googlesource.com/734132
This commit is contained in:
parent
3ac4c1f03f
commit
8f00240c73
2 changed files with 1 additions and 9 deletions
|
@ -128,7 +128,7 @@ void PlatformNotificationService::ClosePersistentNotification(
|
||||||
void PlatformNotificationService::CloseNotification(
|
void PlatformNotificationService::CloseNotification(
|
||||||
content::BrowserContext* browser_context,
|
content::BrowserContext* browser_context,
|
||||||
const std::string& notification_id) {
|
const std::string& notification_id) {
|
||||||
auto presenter = browser_client_->GetNotificationPresenter();
|
auto* presenter = browser_client_->GetNotificationPresenter();
|
||||||
if (!presenter)
|
if (!presenter)
|
||||||
return;
|
return;
|
||||||
presenter->CloseNotificationWithId(notification_id);
|
presenter->CloseNotificationWithId(notification_id);
|
||||||
|
|
|
@ -147,10 +147,6 @@
|
||||||
"-add-plugin",
|
"-add-plugin",
|
||||||
"-Xclang",
|
"-Xclang",
|
||||||
"find-bad-constructs",
|
"find-bad-constructs",
|
||||||
"-Xclang",
|
|
||||||
"-plugin-arg-find-bad-constructs",
|
|
||||||
"-Xclang",
|
|
||||||
"check-auto-raw-pointer",
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}, { # OS=="mac"
|
}, { # OS=="mac"
|
||||||
|
@ -163,10 +159,6 @@
|
||||||
"-add-plugin",
|
"-add-plugin",
|
||||||
"-Xclang",
|
"-Xclang",
|
||||||
"find-bad-constructs",
|
"find-bad-constructs",
|
||||||
"-Xclang",
|
|
||||||
"-plugin-arg-find-bad-constructs",
|
|
||||||
"-Xclang",
|
|
||||||
"check-auto-raw-pointer",
|
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue