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

Unified Diff: chrome/browser/shell_integration.h

Issue 15255004: Refactor of BrowserDistribution. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework Created 7 years, 6 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.h
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index 09a7945418dbc2d4211e8e1fcceeb578854d985c..7d64202c87c2083139d710a1669121286aef10d4 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -166,11 +166,6 @@ class ShellIntegration {
static string16 GetAppListAppModelIdForProfile(
const base::FilePath& profile_path);
- // Returns the location (path and index) of the Chromium icon, (e.g.,
- // "C:\path\to\chrome.exe,0"). This is used to specify the icon to use
- // for the taskbar group on Win 7.
- static string16 GetChromiumIconLocation();
-
// Migrates existing chrome shortcuts by tagging them with correct app id.
// see http://crbug.com/28104
static void MigrateChromiumShortcuts();

Powered by Google App Engine
This is Rietveld 408576698