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

Unified Diff: chrome/browser/views/find_bar_host_browsertest.cc

Issue 200035: First cut at implementation of FindBar for views / gtk... (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
Index: chrome/browser/views/find_bar_host_browsertest.cc
===================================================================
--- chrome/browser/views/find_bar_host_browsertest.cc (revision 25582)
+++ chrome/browser/views/find_bar_host_browsertest.cc (working copy)
@@ -10,7 +10,7 @@
#include "chrome/browser/renderer_host/render_view_host.h"
#include "chrome/browser/tab_contents/tab_contents.h"
#include "chrome/browser/tab_contents/tab_contents_view.h"
-#include "chrome/browser/views/find_bar_win.h"
+#include "chrome/browser/views/find_bar_host.h"
#include "chrome/common/notification_service.h"
#include "chrome/test/in_process_browser_test.h"
#include "chrome/test/ui_test_utils.h"
@@ -436,7 +436,7 @@
ui_test_utils::NavigateToURL(browser(), url);
// Open the Find window with animations disabled.
- FindBarWin::disable_animations_during_testing_ = true;
+ FindBarHost::disable_animations_during_testing_ = true;
browser()->ShowFindBar();
gfx::Point position;
@@ -470,7 +470,7 @@
ui_test_utils::NavigateToURL(browser(), url);
// Open the Find window with animations disabled.
- FindBarWin::disable_animations_during_testing_ = true;
+ FindBarHost::disable_animations_during_testing_ = true;
browser()->ShowFindBar();
gfx::Point position;
@@ -512,7 +512,7 @@
ui_test_utils::NavigateToURL(browser(), url);
// Open the Find window with animations disabled.
- FindBarWin::disable_animations_during_testing_ = true;
+ FindBarHost::disable_animations_during_testing_ = true;
browser()->ShowFindBar();
gfx::Point start_position;
@@ -622,7 +622,7 @@
ui_test_utils::NavigateToURL(browser(), url);
// Open the Find window with animations disabled.
- FindBarWin::disable_animations_during_testing_ = true;
+ FindBarHost::disable_animations_during_testing_ = true;
browser()->ShowFindBar();
// Simulate a user clearing the search string. Ideally, we should be
Property changes on: chrome/browser/views/find_bar_host_browsertest.cc
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/browser/views/find_bar_win_browsertest.cc:r69-2775

Powered by Google App Engine
This is Rietveld 408576698