Commit c1965eac authored by tfarina@chromium.org's avatar tfarina@chromium.org

views: Enable ViewTest.RemoveNotification on Linux.

BUG=139083
R=ben@chromium.org
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/10821083

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148950 0039d316-1c4b-4281-b951-d872f2087c98
parent 72520f57
...@@ -818,13 +818,7 @@ TEST_F(ViewTest, DISABLED_Painting) { ...@@ -818,13 +818,7 @@ TEST_F(ViewTest, DISABLED_Painting) {
} }
*/ */
#if defined(OS_WIN)
TEST_F(ViewTest, RemoveNotification) { TEST_F(ViewTest, RemoveNotification) {
#else
// TODO(beng): stopped working with widget hierarchy split,
// http://crbug.com/82364
TEST_F(ViewTest, DISABLED_RemoveNotification) {
#endif
ViewStorage* vs = ViewStorage::GetInstance(); ViewStorage* vs = ViewStorage::GetInstance();
Widget* widget = new Widget; Widget* widget = new Widget;
widget->Init(Widget::InitParams(Widget::InitParams::TYPE_POPUP)); widget->Init(Widget::InitParams(Widget::InitParams::TYPE_POPUP));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment