Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Oct 4, 2018
1 parent 9146b61 commit 987320b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion atom/browser/atom_permission_manager.cc
Expand Up @@ -112,7 +112,8 @@ int AtomPermissionManager::RequestPermission(
content::RenderFrameHost* render_frame_host,
const GURL& requesting_origin,
bool user_gesture,
const base::Callback<void(blink::mojom::PermissionStatus)>& response_callback) {
const base::Callback<void(blink::mojom::PermissionStatus)>&
response_callback) {
return RequestPermissionWithDetails(permission, render_frame_host,
requesting_origin, user_gesture, nullptr,
response_callback);
Expand Down
2 changes: 1 addition & 1 deletion atom/browser/net/url_request_context_getter.cc
Expand Up @@ -315,7 +315,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
return nullptr;

if (!url_request_context_) {
//auto& command_line = *base::CommandLine::ForCurrentProcess();
// auto& command_line = *base::CommandLine::ForCurrentProcess();
std::unique_ptr<network::URLRequestContextBuilderMojo> builder =
std::make_unique<network::URLRequestContextBuilderMojo>();
builder->set_network_delegate(std::make_unique<AtomNetworkDelegate>());
Expand Down

0 comments on commit 987320b

Please sign in to comment.