Format line length to 80 instead of 100
This commit is contained in:
parent
be0c0e278a
commit
2ece711c2e
27 changed files with 161 additions and 96 deletions
|
@ -39,7 +39,8 @@ class BrowserClient : public content::ContentBrowserClient {
|
|||
content::BrowserMainParts* CreateBrowserMainParts(
|
||||
const content::MainFunctionParams&) override;
|
||||
content::MediaObserver* GetMediaObserver() override;
|
||||
content::PlatformNotificationService* GetPlatformNotificationService() override;
|
||||
content::PlatformNotificationService* GetPlatformNotificationService()
|
||||
override;
|
||||
void GetAdditionalAllowedSchemesForFileSystem(
|
||||
std::vector<std::string>* additional_schemes) override;
|
||||
net::NetLog* GetNetLog() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue