Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / public / common / content_client.h
index ec52600..13f0d5c 100644 (file)
@@ -132,10 +132,6 @@ class CONTENT_EXPORT ContentClient {
   virtual bool GetSandboxProfileForSandboxType(
       int sandbox_type,
       int* sandbox_profile_resource_id) const;
-
-  // Gets the Carbon interposing path to give to DYLD. Returns an empty string
-  // if the embedder doesn't bundle it.
-  virtual std::string GetCarbonInterposePath() const;
 #endif
 
  private: