summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_tab.idl
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-10 15:03:11 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-10 15:03:11 +0000
commit034452926aad6077ac6fb4b7801c4cd1da89a53c (patch)
treea1cf32ff8da859bb4b2e256dae7fae268934d798 /chrome_frame/chrome_tab.idl
parent7bc8f430438372708d975d284e4406baf9347e57 (diff)
downloadchromium_src-034452926aad6077ac6fb4b7801c4cd1da89a53c.zip
chromium_src-034452926aad6077ac6fb4b7801c4cd1da89a53c.tar.gz
chromium_src-034452926aad6077ac6fb4b7801c4cd1da89a53c.tar.bz2
Making no automation the default - this was the intent of a previous
change (not calling SetEnableExtensionAutomation on startup unless some functions are being automated) that missed this outstanding issue. BUG=none TEST=none Review URL: http://codereview.chromium.org/380009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_tab.idl')
-rw-r--r--chrome_frame/chrome_tab.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/chrome_tab.idl b/chrome_frame/chrome_tab.idl
index c234c29..31f9472 100644
--- a/chrome_frame/chrome_tab.idl
+++ b/chrome_frame/chrome_tab.idl
@@ -92,7 +92,8 @@ interface IChromeFramePrivileged: IUnknown {
// The profile name we want to use.
HRESULT GetChromeProfileName([out] BSTR *profile_name);
// The comma-separated list of extension API functions you wish to automate.
- // Return S_FALSE to leave the default, which is to automate all functions.
+ // Return S_FALSE to leave the default, which is to not automate any
+ // functions.
HRESULT GetExtensionApisToAutomate([out] BSTR *extension_apis);
};