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

Unified Diff: remoting/host/plugin/host_plugin.cc

Issue 8351084: Remove old Authentication code that we don't use or need. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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: remoting/host/plugin/host_plugin.cc
diff --git a/remoting/host/plugin/host_plugin.cc b/remoting/host/plugin/host_plugin.cc
index 5cc81fea99a41b002cebbf4738236d8662134312..6bfa923b5656f2f0f2d79521e18c1785479400cf 100644
--- a/remoting/host/plugin/host_plugin.cc
+++ b/remoting/host/plugin/host_plugin.cc
@@ -490,7 +490,7 @@ EXPORT NPError API_CALL NP_Shutdown() {
#if defined(OS_POSIX) && !defined(OS_MACOSX)
EXPORT const char* API_CALL NP_GetMIMEDescription(void) {
VLOG(2) << "NP_GetMIMEDescription";
- return STRINGIZE(HOST_PLUGIN_MIME_TYPE) ":"
+ return HOST_PLUGIN_MIME_TYPE ":"
HOST_PLUGIN_NAME ":"
HOST_PLUGIN_DESCRIPTION;
}

Powered by Google App Engine
This is Rietveld 408576698