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

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

Issue 5469643829411840: Issue 1795 - Add helper std::wstring GetLocationUrl(IWebBrowser2& browser) (Closed)
Patch Set: Created Jan. 13, 2015, 3:22 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
« no previous file with comments | « no previous file | src/plugin/PluginUtil.cpp » ('j') | src/plugin/PluginUtil.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
Eric 2015/01/13 17:04:20 I had a version of this function in the string con
sergei 2015/01/29 12:42:11 Should I create the class for it?
Eric 2015/02/02 19:07:54 The next time you write a function with an argumen
9
OLDNEW
« no previous file with comments | « no previous file | src/plugin/PluginUtil.cpp » ('j') | src/plugin/PluginUtil.cpp » ('J')

Powered by Google App Engine
This is Rietveld