chore: change usages of std::vector with const elements (#33373)
This commit is contained in:
parent
81318f0acc
commit
4d8ebcd19c
3 changed files with 18 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue