mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
SetAppUserModelID -> wstring
This commit is contained in:
@@ -88,7 +88,7 @@ void Browser::AddRecentDocument(const base::FilePath& path) {}
|
||||
|
||||
void Browser::ClearRecentDocuments() {}
|
||||
|
||||
void Browser::SetAppUserModelID(const std::u16string& name) {}
|
||||
void Browser::SetAppUserModelID(const std::wstring& name) {}
|
||||
|
||||
bool Browser::SetAsDefaultProtocolClient(const std::string& protocol,
|
||||
gin::Arguments* args) {
|
||||
|
||||
Reference in New Issue
Block a user