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

Unified Diff: ppapi/shared_impl/ppapi_globals.cc

Issue 174213003: PPAPI: Use clang-format on ppapi/shared_impl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove DEPS Created 6 years, 10 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
« no previous file with comments | « ppapi/shared_impl/platform_file.cc ('k') | ppapi/shared_impl/ppapi_nacl_plugin_args.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/ppapi_globals.cc
diff --git a/ppapi/shared_impl/ppapi_globals.cc b/ppapi/shared_impl/ppapi_globals.cc
index f652f157565fcf084351eb6cdd0e365dd8f4e5da..3e985cf226f11965784a3e3a07bd5595d56dd0bf 100644
--- a/ppapi/shared_impl/ppapi_globals.cc
+++ b/ppapi/shared_impl/ppapi_globals.cc
@@ -36,7 +36,7 @@ PpapiGlobals::~PpapiGlobals() {
ppapi_globals = NULL;
}
-//Static Getter for the global singleton.
+// Static Getter for the global singleton.
PpapiGlobals* PpapiGlobals::Get() {
if (ppapi_globals)
return ppapi_globals;
@@ -61,16 +61,11 @@ void PpapiGlobals::ResetMainThreadMessageLoopForTesting() {
main_loop_proxy_ = base::MessageLoopProxy::current();
}
-bool PpapiGlobals::IsHostGlobals() const {
- return false;
-}
+bool PpapiGlobals::IsHostGlobals() const { return false; }
-bool PpapiGlobals::IsPluginGlobals() const {
- return false;
-}
+bool PpapiGlobals::IsPluginGlobals() const { return false; }
-void PpapiGlobals::MarkPluginIsActive() {
-}
+void PpapiGlobals::MarkPluginIsActive() {}
// static
PpapiGlobals* PpapiGlobals::GetThreadLocalPointer() {
« no previous file with comments | « ppapi/shared_impl/platform_file.cc ('k') | ppapi/shared_impl/ppapi_nacl_plugin_args.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698