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

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

Issue 8431014: Update LocalState pyauto calls to work without first browser window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 9 years, 2 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
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 79a55c6ebde69f4df6efffc439152c0ec26eac87..1136c68ebff299fbab7cec4b546312c875655188 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -489,14 +489,12 @@ class TestingAutomationProvider : public AutomationProvider,
// Get info about preferences stored in Local State.
// Uses the JSON interface for input/output.
- void GetLocalStatePrefsInfo(Browser* browser,
- base::DictionaryValue* args,
+ void GetLocalStatePrefsInfo(base::DictionaryValue* args,
IPC::Message* reply_message);
// Set local state prefs.
// Uses the JSON interface for input/output.
- void SetLocalStatePrefs(Browser* browser,
- base::DictionaryValue* args,
+ void SetLocalStatePrefs(base::DictionaryValue* args,
IPC::Message* reply_message);
// Get info about preferences.
« 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