Index: chrome/browser/automation/automation_provider.h |
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h |
index 34967f3fb88a2f28a98a2ad87a5b7f7c2290ebe3..b3cab32df0e6a8b52600dd58e15ffc24868e7eb4 100644 |
--- a/chrome/browser/automation/automation_provider.h |
+++ b/chrome/browser/automation/automation_provider.h |
@@ -244,6 +244,13 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>, |
DictionaryValue* args, |
IPC::Message* reply_message); |
+ // Get info about the state of navigation in a given tab. |
+ // This includes ssl info. |
+ // Uses the JSON interface for input/output. |
+ void GetNavigationInfo(Browser* browser, |
+ DictionaryValue* args, |
John Grabowski
2010/08/31 05:51:16
indenting? Need --> 1 more for 2nd 2 lines
|
+ IPC::Message* reply_message); |
+ |
// Get info about downloads. This includes only ones that have been |
// registered by the history system. |
// Uses the JSON interface for input/output. |