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

Unified Diff: chrome/test/automation/automation_messages_internal.h

Issue 1081008: When testing, we don't want to know about 'component' or 'external'... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_messages_internal.h
===================================================================
--- chrome/test/automation/automation_messages_internal.h (revision 42123)
+++ chrome/test/automation/automation_messages_internal.h (working copy)
@@ -1161,7 +1161,14 @@
FilePath /* root directory of extension */,
AutomationMsg_ExtensionResponseValues)
- // Retrieves a list of the root directories of all enabled extensions.
+ // Retrieves a list of the root directories of all enabled extensions
+ // that have been installed into Chrome by dropping a .crx file onto
+ // Chrome or an equivalent action. Other types of extensions are not
+ // included on the list (e.g. "component" extensions, "external"
+ // extensions or extensions loaded via --load-extension since the first
+ // two are generally not useful for testing (e.g. an external extension
+ // could mess with an automated test if it's present on some systems only)
+ // and the last would generally be explicitly loaded by tests.
IPC_SYNC_MESSAGE_ROUTED0_1(AutomationMsg_GetEnabledExtensions,
std::vector<FilePath>)
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698