chore: change usages of std::vector with const elements (#33373)

This commit is contained in:
David Sanders 2022-03-22 01:52:10 -07:00 committed by GitHub
parent 81318f0acc
commit 4d8ebcd19c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 18 deletions

View file

@ -197,7 +197,7 @@ class App : public ElectronBrowserClient::Delegate,
void OnSecondInstance(
const base::CommandLine& cmd,
const base::FilePath& cwd,
const std::vector<const uint8_t> additional_data,
const std::vector<uint8_t> additional_data,
const ProcessSingleton::NotificationAckCallback& ack_callback);
bool HasSingleInstanceLock() const;
bool RequestSingleInstanceLock(gin::Arguments* args);