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

Unified Diff: chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h

Issue 2887003003: Create DomAgent and CSSAgent in Chrome. (Closed)
Patch Set: address comments. Created 3 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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h
diff --git a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h
index 7b9d92ac372da723ad993557dfd7bbdd6ad2f1b9..36947de9477e3944a2f1b594e2aff99dc8627077 100644
--- a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h
+++ b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h
@@ -20,6 +20,9 @@ class ViewsDelegate;
}
#if defined(USE_AURA)
+namespace ui_devtools {
+class UiDevToolsServer;
+}
namespace views {
class MusClient;
}
@@ -45,6 +48,9 @@ class ChromeBrowserMainExtraPartsViews : public ChromeBrowserMainExtraParts {
std::unique_ptr<views::LayoutProvider> layout_provider_;
#if defined(USE_AURA)
+ // Only used when running in --enable-ui-devtools.
+ std::unique_ptr<ui_devtools::UiDevToolsServer> devtools_server_;
+
// Not created when running in ash::Config::MUS.
std::unique_ptr<wm::WMState> wm_state_;
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698