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

Unified Diff: chromecast/browser/cast_network_delegate_simple.cc

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
« no previous file with comments | « chromecast/browser/cast_network_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_network_delegate_simple.cc
diff --git a/chromecast/browser/cast_network_delegate_simple.cc b/chromecast/browser/cast_network_delegate_simple.cc
index 14aabf5d42d0b166c9b9139bbbd5a1472e597cc6..c6cd155a148ca24a0099f62f891fd3dbce6704a7 100644
--- a/chromecast/browser/cast_network_delegate_simple.cc
+++ b/chromecast/browser/cast_network_delegate_simple.cc
@@ -19,7 +19,7 @@ class CastNetworkDelegateSimple : public CastNetworkDelegate {
private:
// CastNetworkDelegate implementation:
virtual void Initialize(bool use_sync_signing) override {}
- virtual bool IsWhitelisted(const GURL& gurl,
+ virtual bool IsWhitelisted(const GURL& gurl, int render_process_id,
bool for_device_auth) const override {
return false;
}
« no previous file with comments | « chromecast/browser/cast_network_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698