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

Unified Diff: chrome/browser/profiles/profile_shortcut_manager_stub.cc

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: adress comments about shell_util interface 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
Index: chrome/browser/profiles/profile_shortcut_manager_stub.cc
diff --git a/chrome/browser/profiles/profile_shortcut_manager_stub.cc b/chrome/browser/profiles/profile_shortcut_manager_stub.cc
index b1a0a0e1d2ddc55a06db8c9d82d8e62f5f46166f..858251eb8fd9feae026a8b1ebc57bbbed2e6ac91 100644
--- a/chrome/browser/profiles/profile_shortcut_manager_stub.cc
+++ b/chrome/browser/profiles/profile_shortcut_manager_stub.cc
@@ -14,3 +14,10 @@ ProfileShortcutManager* ProfileShortcutManager::Create(
ProfileManager* manager) {
return NULL;
}
+
+// static
+string16 ProfileShortcutManager::GetShortcutNameForProfile(
+ const string16& profile_name) {
+ NOTREACHED();
+ return string16();
+}

Powered by Google App Engine
This is Rietveld 408576698