| Index: chrome/browser/web_applications/web_app.h
|
| diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h
|
| index 16175fc0f43a8460798b961be16526661a2bee2c..41ad6b06a796ab8fc94d8783b9d80b67db18f75a 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -40,9 +40,6 @@ void CreateShortcut(
|
| const FilePath& profile_path,
|
| const ShellIntegration::ShortcutInfo& shortcut_info);
|
|
|
| -// Allow tests to disable shortcut creation.
|
| -void SetDisableShortcutCreationForTests(bool disable);
|
| -
|
| // Returns true if given url is a valid web app url.
|
| bool IsValidUrl(const GURL& url);
|
|
|
|
|