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

Unified Diff: chrome/browser/profiles/profile_shortcut_manager.h

Issue 10836247: Refactor ShellUtil shortcut code -- single multi-purpose methods as opposed to many slighlty diffe… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respect microsoft's definition of correct C++ Created 8 years, 2 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
« no previous file with comments | « chrome/browser/first_run/first_run_win.cc ('k') | chrome/browser/profiles/profile_shortcut_manager_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_shortcut_manager.h
diff --git a/chrome/browser/profiles/profile_shortcut_manager.h b/chrome/browser/profiles/profile_shortcut_manager.h
index 171fa5c79870e1b40a105abb02c19c09436f4694..29ae7ba491dc48d803bd8157fde8937d5ded1d49 100644
--- a/chrome/browser/profiles/profile_shortcut_manager.h
+++ b/chrome/browser/profiles/profile_shortcut_manager.h
@@ -6,8 +6,8 @@
#define CHROME_BROWSER_PROFILES_PROFILE_SHORTCUT_MANAGER_H_
#include "base/file_path.h"
+#include "base/string16.h"
#include "chrome/browser/profiles/profile_info_cache.h"
-#include "ui/gfx/image/image.h"
class ProfileManager;
@@ -22,6 +22,7 @@ class ProfileShortcutManager {
static bool IsFeatureEnabled();
static ProfileShortcutManager* Create(ProfileManager* manager);
+ static string16 GetShortcutNameForProfile(const string16& profile_name);
protected:
ProfileShortcutManager();
« no previous file with comments | « chrome/browser/first_run/first_run_win.cc ('k') | chrome/browser/profiles/profile_shortcut_manager_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698