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

Unified Diff: chrome/browser/gtk/view_id_util_browsertest.cc

Issue 192060: Put the find bar back for mac and linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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/browser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/view_id_util_browsertest.cc
===================================================================
--- chrome/browser/gtk/view_id_util_browsertest.cc (revision 25834)
+++ chrome/browser/gtk/view_id_util_browsertest.cc (working copy)
@@ -23,9 +23,7 @@
GtkWidget* root_window_;
};
-// Disabled since it is failing on buildbots.
-// http://code.google.com/p/chromium/issues/detail?id=21443
-IN_PROC_BROWSER_TEST_F(ViewIDTest, DISABLED_Basic) {
+IN_PROC_BROWSER_TEST_F(ViewIDTest, Basic) {
for (int i = VIEW_ID_TOOLBAR; i < VIEW_ID_PREDEFINED_COUNT; ++i) {
CheckViewID(static_cast<ViewID>(i), true);
}
« no previous file with comments | « chrome/browser/browser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698