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

Unified Diff: chrome/browser/notifications/notification_options_menu_model.cc

Issue 137993005: Update comment now that Chrome Frame is gone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/notification_options_menu_model.cc
diff --git a/chrome/browser/notifications/notification_options_menu_model.cc b/chrome/browser/notifications/notification_options_menu_model.cc
index cd518d9675cc2c1522589247b11db71378e343d2..5a199f6f808ffe7bd1e5066001b66cfb26170e86 100644
--- a/chrome/browser/notifications/notification_options_menu_model.cc
+++ b/chrome/browser/notifications/notification_options_menu_model.cc
@@ -266,7 +266,7 @@ void NotificationOptionsMenuModel::ExecuteCommand(int command_id,
balloon_->profile(), active_desktop);
if (!browser) {
// It is possible that there is no browser window (e.g. when there are
- // background pages, or for a chrome frame process on windows).
+ // background pages).
browser = new Browser(Browser::CreateParams(balloon_->profile(),
active_desktop));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698