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

Unified Diff: src/engine/Main.cpp

Issue 6202981292703744: Whole installer (Closed)
Patch Set: Created June 24, 2014, 7:27 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/engine/Main.cpp
===================================================================
--- a/src/engine/Main.cpp
+++ b/src/engine/Main.cpp
@@ -396,7 +396,6 @@
int argc;
LPWSTR* argv = CommandLineToArgvW(GetCommandLineW(), &argc);
std::wstring locale(argc >= 2 ? argv[1] : L"");
- Communication::browserSID = argc >= 3 ? argv[2] : L"";
LocalFree(argv);
Dictionary::Create(locale);
filterEngine = CreateFilterEngine(locale);

Powered by Google App Engine
This is Rietveld