| Index: chrome/browser/prefs/pref_service_browsertest.cc
|
| diff --git a/chrome/browser/prefs/pref_service_browsertest.cc b/chrome/browser/prefs/pref_service_browsertest.cc
|
| index 26f88204cb352170da41a4670b27f34af471c90f..72eb47588b9dc3ba3bb76ff092b354035001e41f 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) {
|
|
|