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

Unified Diff: chromecast/browser/cast_network_delegate.h

Issue 725163003: Device identification changes for multiple applications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: chromecast/browser/cast_network_delegate.h
diff --git a/chromecast/browser/cast_network_delegate.h b/chromecast/browser/cast_network_delegate.h
index 982237f86304e969f84fb80a2e6ea32db02c9387..aad296e3cc7af15c431812282e115aa9b9c56de1 100644
--- a/chromecast/browser/cast_network_delegate.h
+++ b/chromecast/browser/cast_network_delegate.h
@@ -24,7 +24,8 @@ class CastNetworkDelegate : public net::NetworkDelegate {
virtual void Initialize(bool use_sync_signing) = 0;
- virtual bool IsWhitelisted(const GURL& gurl, bool for_device_auth) const = 0;
+ virtual bool IsWhitelisted(const GURL& gurl, int render_process_id,
+ bool for_device_auth) const = 0;
private:
// net::NetworkDelegate implementation:
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/browser/cast_network_delegate_simple.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698