💄 Fix cpplint warnings.

This commit is contained in:
Cheng Zhao 2014-06-16 21:29:18 +08:00
parent 05f079fa5b
commit 054daadc33

View file

@ -4,6 +4,7 @@
#include "atom/renderer/atom_render_view_observer.h"
#include <string>
#include <vector>
#include "atom/common/api/api_messages.h"
@ -36,6 +37,7 @@ AtomRenderViewObserver::~AtomRenderViewObserver() {
}
void AtomRenderViewObserver::DidCreateDocumentElement(WebKit::WebFrame* frame) {
// Read --zoom-factor from command line.
std::string zoom_factor_str = CommandLine::ForCurrentProcess()->
GetSwitchValueASCII(switches::kZoomFactor);;
if (zoom_factor_str.empty())