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

Unified 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.
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.h
diff --git a/src/plugin/PluginUtil.h b/src/plugin/PluginUtil.h
index ee8cf05ca5ebd5a7a5df0713cd13939d34e087bd..50130cb8414eee42e92a38a3db06023ea2a4ae7e 100644
--- a/src/plugin/PluginUtil.h
+++ b/src/plugin/PluginUtil.h
@@ -5,3 +5,5 @@ std::wstring HtmlFolderPath();
std::wstring UserSettingsFileUrl();
std::wstring FirstRunPageFileUrl();
std::wstring FileUrl(const std::wstring& url);
+std::wstring GetLocationUrl(IWebBrowser2& browser);
+

Powered by Google App Engine
This is Rietveld