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

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

Issue 2887003003: Create DomAgent and CSSAgent in Chrome. (Closed)
Patch Set: rebase 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..038a350f90dda53bb27656e382c7189590902b4f 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
@@ -15,6 +15,10 @@ namespace ui {
class InputDeviceClient;
}
+namespace ui_devtools {
+class UiDevToolsServer;
+}
sadrul 2017/06/21 20:47:33 This should go below in USE_AURA #ifdef (i.e. line
thanhph 2017/06/21 23:22:46 Done.
+
namespace views {
class ViewsDelegate;
}
@@ -45,6 +49,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