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

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

Issue 16035013: ProfileInfoCacheObserver: All methods now have a default empty implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/profiles/profile_shortcut_manager_win.cc
diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.cc b/chrome/browser/profiles/profile_shortcut_manager_win.cc
index 3c038a1401b353bfdf5a75da6dbb27ceb768e5ec..f890641da5653e0de908a3f79fea819f10432dbb 100644
--- a/chrome/browser/profiles/profile_shortcut_manager_win.cc
+++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc
@@ -611,10 +611,6 @@ void ProfileShortcutManagerWin::OnProfileAdded(
}
}
-void ProfileShortcutManagerWin::OnProfileWillBeRemoved(
- const base::FilePath& profile_path) {
-}
-
void ProfileShortcutManagerWin::OnProfileWasRemoved(
const base::FilePath& profile_path,
const string16& profile_name) {
« no previous file with comments | « chrome/browser/profiles/profile_shortcut_manager_win.h ('k') | chrome/browser/ui/app_list/app_list_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698