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

Delta Between Two Patch Sets: src/plugin/AdblockPlusTab.h

Issue 11013110: Cleanup (Closed)
Left Patch Set: Whole cleanup + comments addressed Created July 23, 2013, 11:34 a.m.
Right Patch Set: More beautification and addressing comments Created July 29, 2013, 12:13 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « src/plugin/AdblockPlusClient.cpp ('k') | src/plugin/AdblockPlusTab.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
(no file at all)
1 #ifndef _ADBLOCK_PLUS_TAB_H_ 1 #ifndef _ADBLOCK_PLUS_TAB_H_
2 #define _ADBLOCK_PLUS_TAB_H_ 2 #define _ADBLOCK_PLUS_TAB_H_
3 3
4 4
5 #include "PluginTabBase.h" 5 #include "PluginTabBase.h"
6 6
7 7
8 class CPluginTab : public CPluginTabBase 8 class CPluginTab : public CPluginTabBase
9 { 9 {
10 10
11 public: 11 public:
12 void OnNavigate(const CString& url);
13 CPluginTab(CPluginClass* plugin); 12 CPluginTab(CPluginClass* plugin);
14 ~CPluginTab(); 13 ~CPluginTab();
15 }; 14 };
16 15
17 16
18 #endif // _ADBLOCK_PLUS_TAB_H_ 17 #endif // _ADBLOCK_PLUS_TAB_H_
LEFTRIGHT

Powered by Google App Engine
This is Rietveld