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

Unified Diff: src/plugin/PluginSettings.h

Issue 11427013: Appear fast for IE (Closed)
Patch Set: Comments addressed Created Aug. 7, 2013, 4:01 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/PluginSettings.h
===================================================================
--- a/src/plugin/PluginSettings.h
+++ b/src/plugin/PluginSettings.h
@@ -78,7 +78,7 @@
bool IsPluginEnabled() const;
- std::map<CString, CString> GetFilterLanguageTitleList() const;
+ std::map<CString, CString> GetFilterLanguageTitleList();
void SetWorkingThreadId();
void SetWorkingThreadId(DWORD id);

Powered by Google App Engine
This is Rietveld