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

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

Issue 7747014: [pyauto] GetBrowserInfo() should be usable at chromeos login screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: chrome/browser/automation/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 80ed6f47220dd6e026fc6ae938f08315ddd3b133..06a2b1a3557d56dee7fe6e89bd4acf40ebfd536a 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -386,8 +386,7 @@ class TestingAutomationProvider : public AutomationProvider,
// Get info about the chromium/chrome in use.
// This includes things like version, executable name, executable path.
// Uses the JSON interface for input/output.
- void GetBrowserInfo(Browser* browser,
- base::DictionaryValue* args,
+ void GetBrowserInfo(base::DictionaryValue* args,
IPC::Message* reply_message);
// Get info about the state of navigation in a given tab.

Powered by Google App Engine
This is Rietveld 408576698