Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2212)

Unified Diff: content/renderer/pepper/pepper_proxy_channel_delegate_impl.cc

Issue 225903006: PPAPI: Run clang_format.py on content/renderer/pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/pepper/pepper_proxy_channel_delegate_impl.cc
diff --git a/content/renderer/pepper/pepper_proxy_channel_delegate_impl.cc b/content/renderer/pepper/pepper_proxy_channel_delegate_impl.cc
index 738a3249cb7bda02dfa1d4b6ad32a8ec7c3618b1..f48e732eb84e7f30ae53e8b3215c1bc943da6fa3 100644
--- a/content/renderer/pepper/pepper_proxy_channel_delegate_impl.cc
+++ b/content/renderer/pepper/pepper_proxy_channel_delegate_impl.cc
@@ -9,8 +9,7 @@
namespace content {
-PepperProxyChannelDelegateImpl::~PepperProxyChannelDelegateImpl() {
-}
+PepperProxyChannelDelegateImpl::~PepperProxyChannelDelegateImpl() {}
base::MessageLoopProxy* PepperProxyChannelDelegateImpl::GetIPCMessageLoop() {
// This is called only in the renderer so we know we have a child process.
@@ -28,8 +27,7 @@ PepperProxyChannelDelegateImpl::ShareHandleWithRemote(
base::PlatformFile handle,
base::ProcessId remote_pid,
bool should_close_source) {
- return BrokerGetFileHandleForProcess(handle, remote_pid,
- should_close_source);
+ return BrokerGetFileHandleForProcess(handle, remote_pid, should_close_source);
}
} // namespace content
« no previous file with comments | « content/renderer/pepper/pepper_plugin_registry.cc ('k') | content/renderer/pepper/pepper_truetype_font_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698