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

Unified Diff: src/plugin/PluginUtil.cpp

Issue 11043057: First run page triggering (Closed)
Patch Set: Created July 11, 2013, 9:49 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
Index: src/plugin/PluginUtil.cpp
===================================================================
--- a/src/plugin/PluginUtil.cpp
+++ b/src/plugin/PluginUtil.cpp
@@ -27,6 +27,11 @@
return FileUrl(GetDllDir() + L"html\\templates\\index.html");
}
+std::wstring UserSettingsFirstRunPageUrl()
+{
+ return FileUrl(GetDllDir() + L"html\\templates\\firstrun.html");
Wladimir Palant 2013/07/11 11:58:10 This should be firstRun.html even though capitaliz
+}
+
std::wstring FileUrl(const std::wstring& path)
{
std::wstring url = path;

Powered by Google App Engine
This is Rietveld