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

Unified Diff: plugin/cross/config_common.cc

Issue 326001: Adding support for windows safari. This requires registering the o3d plugin w... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 2 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 | « installer/win/o3d.wxs ('k') | plugin/win/config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/cross/config_common.cc
===================================================================
--- plugin/cross/config_common.cc (revision 29747)
+++ plugin/cross/config_common.cc (working copy)
@@ -210,7 +210,7 @@
}
}
- // Check User agent. Only Firefox, Chrome and IE are supported.
+ // Check User agent. Only Firefox, Chrome, Safari and IE are supported.
std::string user_agent = GetUserAgent(npp);
if (!CheckUserAgent(npp, user_agent)) return false;
return true;
« no previous file with comments | « installer/win/o3d.wxs ('k') | plugin/win/config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698