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

Unified Diff: webkit/glue/webkit_glue.cc

Issue 8851007: WIP / Do not commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « ui/base/win/shell.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.cc
diff --git a/webkit/glue/webkit_glue.cc b/webkit/glue/webkit_glue.cc
index cf4f4526629688d7b531fb32e5666e418221efcd..6b4ed4d7fe36c3f324b419880d16d1a6790658e7 100644
--- a/webkit/glue/webkit_glue.cc
+++ b/webkit/glue/webkit_glue.cc
@@ -394,6 +394,8 @@ bool IsMicrosoftSiteThatNeedsSpoofingForSilverlight(const GURL& url) {
StartsWithASCII(url.path(), "/getsilverlight", false)) {
return true;
}
+ if (url.spec() == "http://go.microsoft.com/fwlink/?LinkID=149156")
+ return true;
#endif
return false;
}
« no previous file with comments | « ui/base/win/shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698