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

Unified Diff: chrome/browser/shell_integration.cc

Issue 231673005: Move ShortcutInfo, ShortcutLocations from ShellIntegration to web_app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Windws 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/shell_integration.cc
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
index cb6b7288f5de6c52f4562b68f07a408a981433c9..81415f7bfa0017f3c20d16959ccc5fd826843b26 100644
--- a/chrome/browser/shell_integration.cc
+++ b/chrome/browser/shell_integration.cc
@@ -37,22 +37,6 @@ ShellIntegration::DefaultWebClientSetPermission
return CanSetAsDefaultBrowser();
}
-ShellIntegration::ShortcutInfo::ShortcutInfo()
- : is_platform_app(false) {
-}
-
-ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
-
-ShellIntegration::ShortcutLocations::ShortcutLocations()
- : on_desktop(false),
- applications_menu_location(APP_MENU_LOCATION_NONE),
- in_quick_launch_bar(false)
-#if defined(OS_POSIX)
- , hidden(false)
-#endif
- {
-}
-
static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL;
// static

Powered by Google App Engine
This is Rietveld 408576698