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

Side by Side Diff: remoting/host/plugin/host_log_handler.cc

Issue 344773002: Revert 278198 "Remove NPAPI plugin from chromoting webapp." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2058/src/
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/plugin/host_log_handler.h ('k') | remoting/host/plugin/host_plugin.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "remoting/host/plugin/host_log_handler.h" 5 #include "remoting/host/plugin/host_log_handler.h"
6 6
7 #include "base/lazy_instance.h" 7 #include "base/lazy_instance.h"
8 #include "remoting/base/logging.h" 8 #include "remoting/base/logging.h"
9 #include "remoting/base/util.h" 9 #include "remoting/base/util.h"
10 #include "remoting/host/plugin/host_script_object.h" 10 #include "remoting/host/plugin/host_script_object.h"
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 } 114 }
115 115
116 // Call the next log handler in the chain. 116 // Call the next log handler in the chain.
117 if (g_logging_old_handler) 117 if (g_logging_old_handler)
118 return (g_logging_old_handler)(severity, file, line, message_start, str); 118 return (g_logging_old_handler)(severity, file, line, message_start, str);
119 119
120 return false; 120 return false;
121 } 121 }
122 122
123 } // namespace remoting 123 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/host/plugin/host_log_handler.h ('k') | remoting/host/plugin/host_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698