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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts_exo.h

Issue 2066853002: arc: Show custom notification via notification surface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notification-exo
Patch Set: rebase Created 4 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
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_extra_parts_exo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_extra_parts_exo.h
diff --git a/chrome/browser/chrome_browser_main_extra_parts_exo.h b/chrome/browser/chrome_browser_main_extra_parts_exo.h
index aa5612028756a662b9c2acdaefc773569dc956f7..8fc5f060dd8ee57452dd6e3e53f992d1c86e4376 100644
--- a/chrome/browser/chrome_browser_main_extra_parts_exo.h
+++ b/chrome/browser/chrome_browser_main_extra_parts_exo.h
@@ -17,6 +17,10 @@ class Server;
}
}
+namespace arc {
+class ArcNotificationSurfaceManager;
+}
+
class ChromeBrowserMainExtraPartsExo : public ChromeBrowserMainExtraParts {
public:
ChromeBrowserMainExtraPartsExo();
@@ -27,6 +31,8 @@ class ChromeBrowserMainExtraPartsExo : public ChromeBrowserMainExtraParts {
void PostMainMessageLoopRun() override;
private:
+ std::unique_ptr<arc::ArcNotificationSurfaceManager>
+ arc_notification_surface_manager_;
std::unique_ptr<exo::Display> display_;
std::unique_ptr<exo::wayland::Server> wayland_server_;
class WaylandWatcher;
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_extra_parts_exo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698