Index: components/view_manager/public/cpp/view_manager.h |
diff --git a/components/view_manager/public/cpp/view_manager.h b/components/view_manager/public/cpp/view_manager.h |
index 78dcab9e23d360ef745ad166fbde0d323529b0bc..7841f4175d15290ee494bb594415cca39b0b0c36 100644 |
--- a/components/view_manager/public/cpp/view_manager.h |
+++ b/components/view_manager/public/cpp/view_manager.h |
@@ -18,9 +18,6 @@ class ViewManager { |
public: |
virtual ~ViewManager() {} |
- // Returns the URL of the application that embedded this application. |
- virtual const std::string& GetEmbedderURL() const = 0; |
- |
// Returns the root of this connection. |
virtual View* GetRoot() = 0; |