| Index: chrome/browser/automation/automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.cc (revision 40221)
|
| +++ chrome/browser/automation/automation_provider.cc (working copy)
|
| @@ -2005,11 +2005,6 @@
|
| SavePackage::SetShouldPromptUser(should_prompt);
|
| }
|
|
|
| -void AutomationProvider::GetWindowTitle(int handle, string16* text) {
|
| - gfx::NativeWindow window = window_tracker_->GetResource(handle);
|
| - text->assign(platform_util::GetWindowTitle(window));
|
| -}
|
| -
|
| void AutomationProvider::GetBlockedPopupCount(int handle, int* count) {
|
| *count = -1; // -1 is the error code
|
| if (tab_tracker_->ContainsHandle(handle)) {
|
|
|