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

Unified Diff: src/plugin/AdblockPlusClient.cpp

Issue 11427013: Appear fast for IE (Closed)
Patch Set: Comments addressed Created Aug. 7, 2013, 4:01 p.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 | src/plugin/Config.h » ('j') | src/plugin/Config.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/AdblockPlusClient.cpp
===================================================================
--- a/src/plugin/AdblockPlusClient.cpp
+++ b/src/plugin/AdblockPlusClient.cpp
@@ -49,7 +49,7 @@
SpawnAdblockPlusEngine();
const int step = 100;
- for (int timeout = 10000; timeout > 0; timeout -= step)
+ for (int timeout = TIMEOUT_VALUE; timeout > 0; timeout -= step)
{
Sleep(step);
try
« no previous file with comments | « no previous file | src/plugin/Config.h » ('j') | src/plugin/Config.h » ('J')

Powered by Google App Engine
This is Rietveld