diff options
Diffstat (limited to 'chrome/browser/web_applications/web_app_mac.h')
-rw-r--r-- | chrome/browser/web_applications/web_app_mac.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/web_applications/web_app_mac.h b/chrome/browser/web_applications/web_app_mac.h index 177142a..8f9b90c 100644 --- a/chrome/browser/web_applications/web_app_mac.h +++ b/chrome/browser/web_applications/web_app_mac.h @@ -43,8 +43,7 @@ class WebAppShortcutCreator { base::FilePath GetAppLoaderPath() const; // Returns a path to the destination where the app should be written to. - virtual base::FilePath GetDestinationPath( - const base::FilePath& app_file_name) const; + virtual base::FilePath GetDestinationPath() const; // Updates the plist inside |app_path| with information about the app. bool UpdatePlist(const base::FilePath& app_path) const; |