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

Unified Diff: src/plugin/PluginClass.cpp

Issue 29317083: Issue 1490 - Enable pre-configurable properties in Internet Explorer (Closed)
Patch Set: Comments addressed Created June 22, 2015, 8:25 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 | « src/engine/Main.cpp ('k') | 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
@@ -915,6 +915,10 @@
void CPluginClass::FirstRunThread()
{
+ // Just return if the First Run Page should be suppressed
+ if (CPluginClient::GetInstance()->GetPref(L"suppress_first_run_page", false))
+ return;
+
CoInitialize(NULL);
VARIANT vFlags;
vFlags.vt = VT_I4;
« no previous file with comments | « src/engine/Main.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld