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

Side by Side Diff: src/shared/ContentType.h

Issue 5316782940225536: Issue 1557 - Update to the recent libadblockplus to reduce additional updates in the logic later. (Closed)
Patch Set: fix according to the comments Created Jan. 28, 2015, 1:22 p.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 | « src/plugin/PluginWbPassThrough.cpp ('k') | src/shared/ContentType.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #pragma once
2 #include <AdblockPlus/FilterEngine.h>
3
4
5 std::string ContentTypeToString(AdblockPlus::FilterEngine::ContentType contentTy pe);
6
7 namespace Communication
8 {
9 class InputBuffer;
10 class OutputBuffer;
11 }
12
13 Communication::InputBuffer& operator>>(Communication::InputBuffer& in, AdblockPl us::FilterEngine::ContentType& contentType);
14 Communication::OutputBuffer& operator<<(Communication::OutputBuffer& out, Adbloc kPlus::FilterEngine::ContentType contentType);
OLDNEW
« no previous file with comments | « src/plugin/PluginWbPassThrough.cpp ('k') | src/shared/ContentType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld