bug 818009 - canActivate: only click-to-play-type plugins are valid r=jaws
[gecko.git] / widget / MetroUIUtils.idl
blob00f6d0c4d5c63b3f3f85c279d08decac1f63d2bc
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #include "nsISupports.idl"
8 [scriptable, uuid(aef0cd6f-27cc-40a4-90dc-764c0aabeb75)]
10 interface nsIMetroUIUtils : nsISupports {
11 /**
12 * Loads the specified panel in the browser.
13 * @ param aPanelId The identifier of the pane to load
15 void showPanel(in AString aPanelId);
17 /**
18 * Obtains the current page information
19 * @param aURI The current page URI
20 * @param aTitle The current page title
22 void getCurrentPageInfo(out AString aURI, out AString aTitle);