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

Unified Diff: chrome/browser/ui/views/create_application_shortcut_view.cc

Issue 8885007: Remove custom Task implementations from VisitedLinkMaster and web_app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years 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/ui/views/create_application_shortcut_view.cc
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.cc b/chrome/browser/ui/views/create_application_shortcut_view.cc
index 772a84640b8de625f23ab7a6b3715b39f2dd7079..8e573f7b09240f8ced17a77d2c5c1d0dfa1c8cac 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.cc
+++ b/chrome/browser/ui/views/create_application_shortcut_view.cc
@@ -377,8 +377,7 @@ bool CreateApplicationShortcutView::Accept() {
#endif
web_app::CreateShortcut(profile_->GetPath(),
- shortcut_info_,
- NULL);
+ shortcut_info_);
James Hawkins 2011/12/08 18:43:56 Put this on the previous line.
dcheng 2011/12/08 18:51:28 Done.
return true;
}
« no previous file with comments | « no previous file | chrome/browser/visitedlink/visitedlink_master.cc » ('j') | chrome/browser/visitedlink/visitedlink_master.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698