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: Created Nov. 20, 2015, 6:37 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') | src/plugin/PluginSettings.h » ('J')
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
@@ -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();
Eric 2015/11/20 18:46:04 Dead code.
std::wstring GetDocumentationLink();
bool TogglePluginEnabled();
std::wstring GetHostFromUrl(const std::wstring& url);
« no previous file with comments | « no previous file | src/plugin/PluginClass.cpp » ('j') | src/plugin/PluginSettings.h » ('J')

Powered by Google App Engine
This is Rietveld