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

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 23842002: Whitelisting exts and plugins from cross-site document blocking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: comments are improved. Created 7 years, 3 months 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 ef23b2800503ca466cee3a26e4748b416a78c0be..155ee5eb2b4c4fe68f650016c4f8eae3cdce89a8 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -138,6 +138,8 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
WebKit::WebSpeechSynthesizerClient* client) OVERRIDE;
virtual bool ShouldReportDetailedMessageForSource(
const base::string16& source) const OVERRIDE;
+ virtual bool ShouldEnableSiteIsolationPolicy() const OVERRIDE;
+
jam 2013/09/04 00:32:24 nit: why add blank line? follow the convention...
dsjang 2013/09/04 00:37:37 Done.
virtual bool AllowPepperMediaStreamAPI(const GURL& url) OVERRIDE;
// For testing.
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('j') | content/public/renderer/content_renderer_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698