CommandLine moved to base::CommandLine
This commit is contained in:
parent
14542f4fc8
commit
dead7caab2
7 changed files with 13 additions and 12 deletions
|
@ -67,7 +67,7 @@ void AtomRenderViewObserver::DidCreateDocumentElement(
|
|||
document_created_ = true;
|
||||
|
||||
// Read --zoom-factor from command line.
|
||||
std::string zoom_factor_str = CommandLine::ForCurrentProcess()->
|
||||
std::string zoom_factor_str = base::CommandLine::ForCurrentProcess()->
|
||||
GetSwitchValueASCII(switches::kZoomFactor);;
|
||||
if (zoom_factor_str.empty())
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue