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

Unified Diff: src/plugin/PluginClass.cpp

Issue 4920381332783104: Issue 1339 - Page automatically reloads when ABP enabled or disabled by user (Closed)
Patch Set: Created March 27, 2015, 8:11 a.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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginClass.cpp
===================================================================
--- a/src/plugin/PluginClass.cpp
+++ b/src/plugin/PluginClass.cpp
@@ -1160,7 +1160,6 @@
{
settings->AddWhiteListedDomain(ToCString(client->GetHostFromUrl(urlString)));
}
- GetBrowser()->Refresh();
Eric 2015/03/27 13:56:23 When a user disables ABP, blocked items (if any) s
Oleksandr 2015/03/27 14:53:59 Why should they? They will reappear after the refr
}
default:
break;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld