diff options
Diffstat (limited to 'chrome/browser/prefs/pref_service_browsertest.cc')
-rw-r--r-- | chrome/browser/prefs/pref_service_browsertest.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/prefs/pref_service_browsertest.cc b/chrome/browser/prefs/pref_service_browsertest.cc index 26f8820..72eb475 100644 --- a/chrome/browser/prefs/pref_service_browsertest.cc +++ b/chrome/browser/prefs/pref_service_browsertest.cc @@ -24,11 +24,6 @@ #include "chrome/test/base/ui_test_utils.h" #include "ui/gfx/rect.h" -// On GTK, resizing happens asynchronously and we currently don't have a way to -// get called back (it's probably possible, but we don't have that code). Since -// the GTK code is going away, not spending more time on this. -#if !defined(TOOLKIT_GTK) - typedef InProcessBrowserTest PreservedWindowPlacement; IN_PROC_BROWSER_TEST_F(PreservedWindowPlacement, PRE_Test) { @@ -54,8 +49,6 @@ IN_PROC_BROWSER_TEST_F(PreservedWindowPlacement, MAYBE_Test) { ASSERT_EQ(expected_bounds.ToString(), bounds.ToString()); } -#endif // defined(TOOLKIT_GTK) - class PreferenceServiceTest : public InProcessBrowserTest { public: explicit PreferenceServiceTest(bool new_profile) : new_profile_(new_profile) { |