Index: ppapi/proxy/plugin_proxy_delegate.h |
diff --git a/ppapi/proxy/plugin_proxy_delegate.h b/ppapi/proxy/plugin_proxy_delegate.h |
index 82b540e7f94c7181bed05ee4ffc9e2661c5de322..9c67f42cf1e1376fb43d62eb6ade89b81f79667a 100644 |
--- a/ppapi/proxy/plugin_proxy_delegate.h |
+++ b/ppapi/proxy/plugin_proxy_delegate.h |
@@ -24,6 +24,9 @@ class PPAPI_PROXY_EXPORT PluginProxyDelegate { |
// Performs Windows-specific font caching in the browser for the given |
// LOGFONTW. Does nothing on non-Windows platforms. |
virtual void PreCacheFont(const void* logfontw) = 0; |
+ |
+ // Sets the active url which is reported by breakpad. |
+ virtual void SetActiveURL(const std::string& url) = 0; |
}; |
} // namespace proxy |