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

Unified Diff: chrome/browser/extensions/browser_action_test_util.h

Issue 640423003: Create a cross-platform browsertest for the browser actions bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/extensions/browser_action_test_util.h
diff --git a/chrome/browser/extensions/browser_action_test_util.h b/chrome/browser/extensions/browser_action_test_util.h
index fe876b0a4a14b3d2aafff6fda3e0a37dbc556e70..784cd12ee62dec4c98d849bf5967ed26b8b292ef 100644
--- a/chrome/browser/extensions/browser_action_test_util.h
+++ b/chrome/browser/extensions/browser_action_test_util.h
@@ -66,6 +66,12 @@ class BrowserActionTestUtil {
// Set how many icons should be visible.
void SetIconVisibilityCount(size_t icons);
+ // Disables animation.
+ static void DisableAnimations();
+
+ // Enables animation.
+ static void EnableAnimations();
+
// Returns the minimum allowed size of an extension popup.
static gfx::Size GetMinPopupSize();

Powered by Google App Engine
This is Rietveld 408576698