mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add a new renderer switch to pass down the app model ID
This commit is contained in:
@@ -107,6 +107,9 @@ const char kDisableHttpCache[] = "disable-http-cache";
|
||||
// Register schemes to standard.
|
||||
const char kRegisterStandardSchemes[] = "register-standard-schemes";
|
||||
|
||||
// The browser process app model ID
|
||||
const char kAppUserModelId[] = "app-user-model-id";
|
||||
|
||||
} // namespace switches
|
||||
|
||||
} // namespace atom
|
||||
|
||||
@@ -58,6 +58,8 @@ extern const char kPageVisibility[];
|
||||
extern const char kDisableHttpCache[];
|
||||
extern const char kRegisterStandardSchemes[];
|
||||
|
||||
extern const char kAppUserModelId[];
|
||||
|
||||
} // namespace switches
|
||||
|
||||
} // namespace atom
|
||||
|
||||
Reference in New Issue
Block a user