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

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

Issue 366025: Modifying extension automation so that it is done through a particular... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/test/automation/automation_messages_internal.h ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy.h
===================================================================
--- chrome/test/automation/automation_proxy.h (revision 31172)
+++ chrome/test/automation/automation_proxy.h (working copy)
@@ -181,23 +181,6 @@
// sent.
bool SavePackageShouldPromptUser(bool should_prompt);
- // Configure extension automation mode. When extension automation
- // mode is turned on, the automation host can overtake extension API calls
- // e.g. to make UI tests for extensions easier to write. Returns true if
- // the message is successfully sent.
- //
- // The parameter can take the following types of values:
- // a) An empty list to turn off extension automation.
- // b) A list with one item, "*", to turn extension automation on for all
- // functions.
- // c) A list with one or more items which are the names of Chrome Extension
- // API functions that should be forwarded over the automation interface.
- // Other functions will continue to be fulfilled as normal. This lets you
- // write tests where some functionality continues to function as normal,
- // and other functionality is mocked out by the test.
- bool SetEnableExtensionAutomation(
- const std::vector<std::string>& functions_enabled);
-
// Returns the ID of the automation IPC channel, so that it can be
// passed to the app as a launch parameter.
const std::string& channel_id() const { return channel_id_; }
« no previous file with comments | « chrome/test/automation/automation_messages_internal.h ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698