Index: chrome/common/chrome_content_client.h |
=================================================================== |
--- chrome/common/chrome_content_client.h (revision 255867) |
+++ chrome/common/chrome_content_client.h (working copy) |
@@ -12,6 +12,9 @@ |
#include "base/files/file_path.h" |
#include "content/public/common/content_client.h" |
+// Returns the user agent of Chrome. |
+std::string GetUserAgent(); |
+ |
class ChromeContentClient : public content::ContentClient { |
public: |
static const char* const kPDFPluginName; |