Add a new renderer switch to pass down the app model ID

This commit is contained in:
Paul Betts 2015-07-09 15:57:17 -07:00
parent d661099322
commit a0784bd038
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -58,6 +58,8 @@ extern const char kPageVisibility[];
extern const char kDisableHttpCache[];
extern const char kRegisterStandardSchemes[];
extern const char kAppUserModelId[];
} // namespace switches
} // namespace atom