summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/automation_proxy.h')
-rw-r--r--chrome/test/automation/automation_proxy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
index c1f1e46..281de66 100644
--- a/chrome/test/automation/automation_proxy.h
+++ b/chrome/test/automation/automation_proxy.h
@@ -186,6 +186,10 @@ class AutomationProxy : public IPC::Channel::Listener,
// Note: Overinstalls will fail.
bool InstallExtension(const FilePath& crx_file);
+ // Gets a list of all enabled extensions' base directories.
+ // Returns true on success.
+ bool GetEnabledExtensions(std::vector<FilePath>* extension_directories);
+
#if defined(OS_CHROMEOS)
// Logs in through the Chrome OS login wizard with given |username|
// and |password|. Returns true on success.