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

Unified Diff: chrome/browser/ui/find_bar/find_bar_host_unittest_util.h

Issue 232773008: More removal of GTK code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove base/ so I don't need another stamp. Created 6 years, 8 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/ui/browser_command_controller.cc ('k') | chrome/browser/ui/pdf/pdf_tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/find_bar/find_bar_host_unittest_util.h
diff --git a/chrome/browser/ui/find_bar/find_bar_host_unittest_util.h b/chrome/browser/ui/find_bar/find_bar_host_unittest_util.h
index e4280f42252422d10b5984612ff7356ce28c9355..91f4ad6a8376fb02426c25756b155a9d5ac979e5 100644
--- a/chrome/browser/ui/find_bar/find_bar_host_unittest_util.h
+++ b/chrome/browser/ui/find_bar/find_bar_host_unittest_util.h
@@ -9,7 +9,7 @@
namespace chrome {
-#if defined(TOOLKIT_VIEWS) || defined(TOOLKIT_GTK) || defined(OS_MACOSX)
+#if defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
void DisableFindBarAnimationsDuringTesting(bool disable);
#else
static inline void DisableFindBarAnimationsDuringTesting(bool disable) {}
« no previous file with comments | « chrome/browser/ui/browser_command_controller.cc ('k') | chrome/browser/ui/pdf/pdf_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698