| Index: chrome/browser/ui/webui/settings/about_handler.h
|
| diff --git a/chrome/browser/ui/webui/settings/about_handler.h b/chrome/browser/ui/webui/settings/about_handler.h
|
| index b5b3df1ea2dbafe6569351063372161eda8ddfea..96032a5e144c5b9b43949b20fc5cf27af3d4217a 100644
|
| --- a/chrome/browser/ui/webui/settings/about_handler.h
|
| +++ b/chrome/browser/ui/webui/settings/about_handler.h
|
| @@ -81,9 +81,6 @@ class AboutHandler : public settings::SettingsPageUIHandler,
|
| void PromoteUpdater(const base::ListValue* args);
|
| #endif
|
|
|
| - // Relaunches the browser. |args| must be empty.
|
| - void HandleRelaunchNow(const base::ListValue* args);
|
| -
|
| // Opens the feedback dialog. |args| must be empty.
|
| void HandleOpenFeedbackDialog(const base::ListValue* args);
|
|
|
|
|