Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: chrome/browser/ui/views/create_application_shortcut_view.h

Issue 231673005: Move ShortcutInfo, ShortcutLocations from ShellIntegration to web_app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/create_application_shortcut_view.h
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.h b/chrome/browser/ui/views/create_application_shortcut_view.h
index 602e843f5c70df5e71d212a16f413f0efa1d1869..86763a8fdda224ba459562b37ada7c07b6e17a32 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.h
+++ b/chrome/browser/ui/views/create_application_shortcut_view.h
@@ -76,7 +76,7 @@ class CreateApplicationShortcutView : public views::DialogDelegateView,
views::Checkbox* quick_launch_check_box_;
// Target shortcut info.
- ShellIntegration::ShortcutInfo shortcut_info_;
+ web_app::ShortcutInfo shortcut_info_;
// If false, the shortcut will be created in the root level of the Start Menu.
bool create_in_chrome_apps_subdir_;
@@ -133,7 +133,7 @@ class CreateChromeApplicationShortcutView
private:
void OnShortcutInfoLoaded(
- const ShellIntegration::ShortcutInfo& shortcut_info);
+ const web_app::ShortcutInfo& shortcut_info);
const extensions::Extension* app_;
base::Closure close_callback_;

Powered by Google App Engine
This is Rietveld 408576698