| Index: chrome/browser/automation/testing_automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.h (revision 86289)
|
| +++ chrome/browser/automation/testing_automation_provider.h (working copy)
|
| @@ -476,6 +476,18 @@
|
| DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| + // Get info about preferences stored in Local State.
|
| + // Uses the JSON interface for input/output.
|
| + void GetLocalStatePrefsInfo(Browser* browser,
|
| + DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
| +
|
| + // Set local state prefs.
|
| + // Uses the JSON interface for input/output.
|
| + void SetLocalState(Browser* browser,
|
| + DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
| +
|
| // Get info about preferences.
|
| // Uses the JSON interface for input/output.
|
| void GetPrefsInfo(Browser* browser,
|
|
|