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

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

Issue 10913043: Convert the popups pyauto test to browser_tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix cros Created 8 years, 4 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 | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/testing_automation_provider.h
===================================================================
--- chrome/browser/automation/testing_automation_provider.h (revision 154448)
+++ chrome/browser/automation/testing_automation_provider.h (working copy)
@@ -522,18 +522,6 @@
base::DictionaryValue* args,
IPC::Message* reply_message);
- // Get info about blocked popups in a tab.
- // Uses the JSON interface for input/output.
- void GetBlockedPopupsInfo(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
- // Launch a blocked popup.
- // Uses the JSON interface for input/output.
- void UnblockAndLaunchBlockedPopup(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
// Get info about theme.
// Uses the JSON interface for input/output.
void GetThemeInfo(Browser* browser,
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698