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

Unified Diff: Source/web/FrameLoaderClientImpl.cpp

Issue 208923002: Remove the url parameter from blink::Platform::userAgent since it's not used anymore. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FrameLoaderClientImpl.cpp
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp
index 0434b469a336f480418bad73afc866a9b4a55c34..c8cb57f3fdceacbd6aa7637ef22b3a88ed6ea581 100644
--- a/Source/web/FrameLoaderClientImpl.cpp
+++ b/Source/web/FrameLoaderClientImpl.cpp
@@ -593,7 +593,7 @@ String FrameLoaderClientImpl::userAgent(const KURL& url)
if (!override.isEmpty())
return override;
- return blink::Platform::current()->userAgent(url);
+ return blink::Platform::current()->userAgent();
}
String FrameLoaderClientImpl::doNotTrackValue()
« no previous file with comments | « no previous file | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698