Index: chrome/browser/browser.cc |
=================================================================== |
--- chrome/browser/browser.cc (revision 35751) |
+++ chrome/browser/browser.cc (working copy) |
@@ -1210,8 +1210,8 @@ |
DCHECK(pending_web_app_action_ == NONE); |
pending_web_app_action_ = CREATE_SHORTCUT; |
- // Start fetching web app info for CreateApplicationShortcut dialog and show |
- // the dialog when the data is available in OnDidGetApplicationInfo. |
+ // Start fetching web app info for CreateApplicatoinShortcut dialog and |
+ // show the dialog when the data is available in OnDidGetApplicationInfo. |
current_tab->render_view_host()->GetApplicationInfo(entry->page_id()); |
#else |
NOTIMPLEMENTED(); |