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

Side by Side Diff: Shared/PluginUserSettings.cpp

Issue 9422198: Exe updater support and bug fixes (Closed)
Patch Set: Created Feb. 28, 2013, 10:37 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Shared/PluginSettings.cpp ('k') | html/static/css/settings.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #include "PluginStdAfx.h" 1 #include "PluginStdAfx.h"
2 #include "PluginUserSettings.h" 2 #include "PluginUserSettings.h"
3 #include <algorithm> 3 #include <algorithm>
4 #include "PluginSettings.h" 4 #include "PluginSettings.h"
5 #include "PluginClient.h" 5 #include "PluginClient.h"
6 #include "PluginIniFileW.h" 6 #include "PluginIniFileW.h"
7 #include "PluginDictionary.h" 7 #include "PluginDictionary.h"
8 8
9 static const CString s_GetMessage = L"GetMessage"; 9 static const CString s_GetMessage = L"GetMessage";
10 static const CString s_GetLanguageCount = L"GetLanguageCount"; 10 static const CString s_GetLanguageCount = L"GetLanguageCount";
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 CPluginClient::GetInstance()->ClearWhiteListCache(); 328 CPluginClient::GetInstance()->ClearWhiteListCache();
329 } 329 }
330 } 330 }
331 else 331 else
332 return DISP_E_MEMBERNOTFOUND; 332 return DISP_E_MEMBERNOTFOUND;
333 333
334 return S_OK; 334 return S_OK;
335 } 335 }
336 336
337 337
OLDNEW
« no previous file with comments | « Shared/PluginSettings.cpp ('k') | html/static/css/settings.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld