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

Unified Diff: content/shell/browser/shell.h

Issue 2207043002: SetDeviceScaleFactorForTest Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SetDeviceScaleFactorForTest Created 4 years, 4 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: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index bbf44ca31b1ed58fe0878bf77cb7946f8cb87055..6b375da7cce1273d0d999f3518d8b4e9101f9a7e 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -243,14 +243,10 @@ class Shell : public WebContentsDelegate,
#if defined(OS_ANDROID)
base::android::ScopedJavaGlobalRef<jobject> java_object_;
-#elif defined(USE_AURA)
-#if defined(OS_CHROMEOS)
- static wm::WMTestHelper* wm_test_helper_;
- static display::Screen* test_screen_;
#endif
-#if defined(TOOLKIT_VIEWS)
- static views::ViewsDelegate* views_delegate_;
+#if defined(USE_AURA)
+#if defined(TOOLKIT_VIEWS)
views::Widget* window_widget_;
#endif // defined(TOOLKIT_VIEWS)
static ShellPlatformDataAura* platform_;
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura_unittest.cc ('k') | content/shell/browser/shell_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698