Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginDebug.h

Issue 4912420225024000: Issue #1234 - Convert strings associated with URL's (Closed)
Patch Set: Created Jan. 5, 2015, 4:15 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/plugin/PluginDebug.h
===================================================================
--- a/src/plugin/PluginDebug.h
+++ b/src/plugin/PluginDebug.h
@@ -17,13 +17,13 @@
#if (defined ENABLE_DEBUG_RESULT)
static void DebugResult(const CString& text);
static void DebugResultDomain(const CString& domain);
- static void DebugResultBlocking(const CString& type, const CString& src, const std::wstring& domain);
+ static void DebugResultBlocking(const CString& type, const std::wstring& src, const std::wstring& domain);
static void DebugResultHiding(const CString& tag, const CString& id, const CString& filter);
static void DebugResultClear();
#endif
#if (defined ENABLE_DEBUG_RESULT_IGNORED)
- static void DebugResultIgnoring(const CString& type, const CString& src, const std::wstring& domain);
+ static void DebugResultIgnoring(const CString& type, const std::wstring& src, const std::wstring& domain);
#endif
};

Powered by Google App Engine
This is Rietveld