| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 18052)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -149,6 +149,7 @@
|
| int handle,
|
| int* response_value);
|
| void GetBrowserWindowCount(int* window_count);
|
| + void GetBrowserLocale(string16* locale);
|
| void GetNormalBrowserWindowCount(int* window_count);
|
| void GetShowingAppModalDialog(bool* showing_dialog, int* dialog_button);
|
| void ClickAppModalDialogButton(int button, bool* success);
|
|
|