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

Unified Diff: chrome/browser/web_applications/web_app_win.h

Issue 298003005: Revert of Support "Pin to taskbar" for hosted app windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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/web_applications/web_app_win.h
diff --git a/chrome/browser/web_applications/web_app_win.h b/chrome/browser/web_applications/web_app_win.h
index b86f91a50221670a926894bbcbc33f2ba2eb2e26..281de089925abd2a21d2119b68ab61d4f4aaff11 100644
--- a/chrome/browser/web_applications/web_app_win.h
+++ b/chrome/browser/web_applications/web_app_win.h
@@ -8,14 +8,8 @@
#include "base/files/file_path.h"
#include "chrome/browser/web_applications/web_app.h"
-class Profile;
-
namespace content {
class WebContents;
-}
-
-namespace extensions {
-class Extension;
}
namespace gfx {
@@ -28,12 +22,6 @@
// created shortcut.
base::FilePath CreateShortcutInWebAppDir(const base::FilePath& web_app_path,
const ShortcutInfo& shortcut_info);
-
-// Update the relaunch details for the given app's window, making the taskbar
-// group's "Pin to the taskbar" button function correctly.
-void UpdateRelaunchDetailsForApp(Profile* profile,
- const extensions::Extension* extension,
- HWND hwnd);
namespace internals {
« no previous file with comments | « chrome/browser/ui/views/frame/browser_window_property_manager_win.cc ('k') | chrome/browser/web_applications/web_app_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698