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

Unified Diff: components/view_manager/public/cpp/view_manager.h

Issue 1166123005: Removes ServiceProviders from ViewManager::Embed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use is_headless rather than check for browser. Created 5 years, 6 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
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;
« no previous file with comments | « components/view_manager/public/cpp/view.h ('k') | components/view_manager/public/cpp/view_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698