Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3573)

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 61643022: Proxy private UMA pepper interface for out-of-process and NaCl plugins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove errant file, fix comment typo Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/chrome_content_renderer_client.h
diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
index 872e2e2deb35bd3095e07b63db789750d40c5eef..6d711f98c520e1aea09d3d5f38cc24c6cee8219e 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -162,6 +162,9 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
const blink::WebPluginParams& params,
const ChromeViewHostMsg_GetPluginInfo_Output& output);
+ static bool IsExtensionOrSharedModuleWhitelisted(
+ const GURL& url, const std::set<std::string>& whitelist);
yzshen1 2013/12/04 19:32:51 nit: - wrong indent. - please include <set>
elijahtaylor1 2013/12/21 02:26:21 Done.
+
// TODO(mpcomplete): remove after we collect histogram data.
// http://crbug.com/100411
static bool IsAdblockInstalled();

Powered by Google App Engine
This is Rietveld 408576698