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

Unified Diff: chrome/browser/ui/views/toolbar/browser_action_test_util_views.cc

Issue 1971463002: Get rid of some lingering MD-specific raster assets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: msw review Created 4 years, 7 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/views/toolbar/OWNERS ('k') | chrome/browser/ui/views/toolbar/browser_actions_container.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/toolbar/browser_action_test_util_views.cc
diff --git a/chrome/browser/ui/views/toolbar/browser_action_test_util_views.cc b/chrome/browser/ui/views/toolbar/browser_action_test_util_views.cc
index 5344a6ea30c67b36c342958ee5218bf3c5450477..78e6cfe890433d729575288cfa9cbfab7708f9e8 100644
--- a/chrome/browser/ui/views/toolbar/browser_action_test_util_views.cc
+++ b/chrome/browser/ui/views/toolbar/browser_action_test_util_views.cc
@@ -118,17 +118,6 @@ int BrowserActionTestUtil::VisibleBrowserActions() {
return GetContainer(browser_, test_helper_.get())->VisibleBrowserActions();
}
-bool BrowserActionTestUtil::IsChevronShowing() {
- BrowserActionsContainer* container =
- GetContainer(browser_, test_helper_.get());
- gfx::Size visible_size = container->GetVisibleBounds().size();
- return container->chevron() &&
- container->chevron()->visible() &&
- visible_size.width() >=
- container->chevron()->GetPreferredSize().width() &&
- !visible_size.IsEmpty();
-}
-
void BrowserActionTestUtil::InspectPopup(int index) {
ToolbarActionView* view =
GetContainer(browser_, test_helper_.get())->GetToolbarActionViewAt(index);
« no previous file with comments | « chrome/browser/ui/views/toolbar/OWNERS ('k') | chrome/browser/ui/views/toolbar/browser_actions_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698