Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / common / chrome_content_client.h
index 804f666..a2768fb 100644 (file)
@@ -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;
@@ -26,7 +29,6 @@ class ChromeContentClient : public content::ContentClient {
   virtual void AddAdditionalSchemes(
       std::vector<std::string>* standard_schemes,
       std::vector<std::string>* saveable_shemes) OVERRIDE;
-  virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) OVERRIDE;
   virtual std::string GetProduct() const OVERRIDE;
   virtual std::string GetUserAgent() const OVERRIDE;
   virtual base::string16 GetLocalizedString(int message_id) const OVERRIDE;
@@ -42,7 +44,6 @@ class ChromeContentClient : public content::ContentClient {
   virtual bool GetSandboxProfileForSandboxType(
       int sandbox_type,
       int* sandbox_profile_resource_id) const OVERRIDE;
-  virtual std::string GetCarbonInterposePath() const OVERRIDE;
 #endif
 };