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

Side by Side Diff: src/plugin/PluginUtil.h

Issue 6567422169448448: Issue 119 - Switch to injecting CSS for element hiding (Closed)
Patch Set: Created Dec. 10, 2014, 5:12 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #pragma once 1 #pragma once
2 #include <string> 2 #include <string>
3 3
4 std::wstring HtmlFolderPath(); 4 std::wstring HtmlFolderPath();
5 std::wstring UserSettingsFileUrl(); 5 std::wstring UserSettingsFileUrl();
6 std::wstring FirstRunPageFileUrl(); 6 std::wstring FirstRunPageFileUrl();
7 std::wstring FileUrl(const std::wstring& url); 7 std::wstring FileUrl(const std::wstring& url);
8 std::wstring GetLocationUrl(IWebBrowser2& browser);
9
OLDNEW

Powered by Google App Engine
This is Rietveld