| Index: chrome/browser/ui/webui/options/website_settings_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/website_settings_handler.h b/chrome/browser/ui/webui/options/website_settings_handler.h
|
| index c8578ae90835e062786308715b2b5088d2dbc952..2ebf495840f6529979385b174bd8e1e425c99443 100644
|
| --- a/chrome/browser/ui/webui/options/website_settings_handler.h
|
| +++ b/chrome/browser/ui/webui/options/website_settings_handler.h
|
| @@ -70,6 +70,10 @@ class WebsiteSettingsHandler : public content_settings::Observer,
|
| // |args| is the URL.
|
| void HandleMaybeShowEditPage(const base::ListValue* args);
|
|
|
| + // Get all origins that have used power, filter them by |last_filter_|, and
|
| + // update the page.
|
| + void HandleUpdateBatteryUsage(const base::ListValue* args);
|
| +
|
| // Deletes the local storage and repopulates the page.
|
| void HandleDeleteLocalStorage(const base::ListValue* args);
|
|
|
|
|