From ac7b5aff9ae65cdb387c557f49958ac1e388181c Mon Sep 17 00:00:00 2001 From: "erikkay@chromium.org" Date: Sun, 1 Nov 2009 03:57:10 +0000 Subject: Implement page action popups. A random side effect of this change is that it changes page action hover from bubble to tool tip. BUG=24645 TEST=ExtensionApiTest.PageActionPopup Review URL: http://codereview.chromium.org/347016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30677 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser_list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/browser_list.h') diff --git a/chrome/browser/browser_list.h b/chrome/browser/browser_list.h index 45a0246..bc136aa 100644 --- a/chrome/browser/browser_list.h +++ b/chrome/browser/browser_list.h @@ -52,10 +52,12 @@ class BrowserList { // a browser does not become active (perhaps the user launches Chrome, then // clicks on another app before the first browser window appears) then this // returns NULL. + // WARNING #2: this will always be NULL in unit tests run on the bots. static Browser* GetLastActive(); // Identical in behavior to GetLastActive(), except that the most recently // open browser owned by |profile| is returned. If none exist, returns NULL. + // WARNING: see warnings in GetLastActive(). static Browser* GetLastActiveWithProfile(Profile *profile); // Find an existing browser window with the provided type. Searches in the -- cgit v1.1