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

Unified Diff: chrome/test/base/testing_profile_manager.cc

Issue 10823217: Create/Delete windows profile shortcuts (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Modified shortcut tests to be Windows only and removed extra #includes from Profile Manager tests. Created 8 years, 4 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/common/chrome_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile_manager.cc
===================================================================
--- chrome/test/base/testing_profile_manager.cc (revision 150342)
+++ chrome/test/base/testing_profile_manager.cc (working copy)
@@ -24,13 +24,6 @@
virtual Profile* CreateProfileHelper(const FilePath& file_path) OVERRIDE {
return new TestingProfile(file_path);
}
-
-#if defined(OS_WIN)
- virtual ProfileShortcutManagerWin* CreateShortcutManager() OVERRIDE {
- // We should avoid creating shortcuts in these tests.
- return NULL;
- }
-#endif
};
} // namespace testing
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698