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

Unified Diff: src/plugin/AdblockPlusClient.h

Issue 29330618: Issue #1234 - Eliminate CString from PluginSettings.* and PluginUserSettings.* (Closed)
Patch Set: address comments Created Nov. 25, 2015, 5: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
« no previous file with comments | « no previous file | src/plugin/PluginClass.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/AdblockPlusClient.h
===================================================================
--- a/src/plugin/AdblockPlusClient.h
+++ b/src/plugin/AdblockPlusClient.h
@@ -42,7 +42,7 @@
CComAutoCriticalSection m_criticalSectionFilter;
CComAutoCriticalSection m_criticalSectionCache;
- static CComAutoCriticalSection s_criticalSectionLocal;
+ static CComAutoCriticalSection s_criticalSectionLocal;
std::map<std::wstring, bool> m_cacheBlockedSources;
@@ -93,7 +93,6 @@
bool GetPref(const std::wstring& name, bool defaultValue = false);
int64_t GetPref(const std::wstring& name, int64_t defaultValue = 0);
void CheckForUpdates(HWND callbackWindow);
- std::wstring GetAppLocale();
std::wstring GetDocumentationLink();
bool TogglePluginEnabled();
std::wstring GetHostFromUrl(const std::wstring& url);
@@ -101,7 +100,7 @@
bool IsFirstRun();
};
-
-typedef CAdblockPlusClient CPluginClient;
+
+typedef CAdblockPlusClient CPluginClient;
#endif // _ADBLOCK_PLUS_CLIENT_H_
« no previous file with comments | « no previous file | src/plugin/PluginClass.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld