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 eebe0a3d3ffdebd2fc5e5743290168875defdf75..ff6815a2e5bc13b6f1772462ee5f0cc55a6ed936 100644 |
--- a/chrome/browser/ui/webui/options/website_settings_handler.h |
+++ b/chrome/browser/ui/webui/options/website_settings_handler.h |
@@ -66,6 +66,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); |