Linter fixes
This commit is contained in:
parent
35aaad68d7
commit
39c6e2d2e5
2 changed files with 8 additions and 3 deletions
|
@ -92,8 +92,10 @@ void AtomRendererClient::WebKitInitialized() {
|
|||
blink::WebCustomElement::addEmbedderCustomElementName("browserplugin");
|
||||
|
||||
#if defined(OS_WIN)
|
||||
base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
||||
base::string16 explicit_app_id = command_line->GetSwitchValueNative(switches::kAppUserModelId);
|
||||
base::CommandLine* command_line =
|
||||
base::CommandLine::ForCurrentProcess();
|
||||
base::string16 explicit_app_id =
|
||||
command_line->GetSwitchValueNative(switches::kAppUserModelId);
|
||||
|
||||
if (explicit_app_id.length() > 0) {
|
||||
SetCurrentProcessExplicitAppUserModelID(explicit_app_id.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue