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

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 7104029: Automation: fix chrome/browser dependency on chrome/test headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
Index: chrome/browser/automation/testing_automation_provider.h
===================================================================
--- chrome/browser/automation/testing_automation_provider.h (revision 87598)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -142,32 +142,7 @@
void GetShelfVisibility(int handle, bool* visible);
void IsFullscreen(int handle, bool* is_fullscreen);
void GetFullscreenBubbleVisibility(int handle, bool* is_visible);
- void GetAutocompleteEditForBrowser(int browser_handle, bool* success,
- int* autocomplete_edit_handle);
- // Retrieves the visible text from the autocomplete edit.
- void GetAutocompleteEditText(int autocomplete_edit_handle,
- bool* success, string16* text);
-
- // Sets the visible text from the autocomplete edit.
- void SetAutocompleteEditText(int autocomplete_edit_handle,
- const string16& text,
- bool* success);
-
- // Retrieves if a query to an autocomplete provider is in progress.
- void AutocompleteEditIsQueryInProgress(int autocomplete_edit_handle,
- bool* success,
- bool* query_in_progress);
-
- // Retrieves the individual autocomplete matches displayed by the popup.
- void AutocompleteEditGetMatches(int autocomplete_edit_handle,
- bool* success,
- std::vector<AutocompleteMatchData>* matches);
-
- // Waits for the autocomplete edit to receive focus
- void WaitForAutocompleteEditFocus(int autocomplete_edit_handle,
- IPC::Message* reply_message);
-
void ExecuteJavascript(int handle,
const std::wstring& frame_xpath,
const std::wstring& script,
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698