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

Delta Between Two Patch Sets: src/plugin/AdblockPlusClient.cpp

Issue 10825021: Move settings page into the application directory (Closed)
Left Patch Set: Created June 3, 2013, 11:40 a.m.
Right Patch Set: Fixed nit and removed copying of html directory Created June 4, 2013, 9:15 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/plugin/PluginClass.cpp » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 #include "PluginStdAfx.h" 1 #include "PluginStdAfx.h"
2 2
3 #include "PluginSettings.h" 3 #include "PluginSettings.h"
4 #include "PluginSystem.h" 4 #include "PluginSystem.h"
5 #include "PluginFilter.h" 5 #include "PluginFilter.h"
6 #include "PluginClientFactory.h" 6 #include "PluginClientFactory.h"
7 #include "PluginDictionary.h" 7 #include "PluginDictionary.h"
8 #include "PluginHttpRequest.h" 8 #include "PluginHttpRequest.h"
9 #include "PluginMutex.h" 9 #include "PluginMutex.h"
10 #include "PluginClass.h" 10 #include "PluginClass.h"
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 try 362 try
363 { 363 {
364 CallAdblockPlusEngineProcedure(request); 364 CallAdblockPlusEngineProcedure(request);
365 } 365 }
366 catch (const std::exception& e) 366 catch (const std::exception& e)
367 { 367 {
368 DEBUG_GENERAL(e.what()); 368 DEBUG_GENERAL(e.what());
369 } 369 }
370 } 370 }
371 371
LEFTRIGHT

Powered by Google App Engine
This is Rietveld