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

Unified Diff: chrome/browser/resources/options2/alert_overlay.js

Issue 9113052: [uber page] Cleaning up some nits I found while mucking around in options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jhawkins' review comments Created 8 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
Index: chrome/browser/resources/options2/alert_overlay.js
diff --git a/chrome/browser/resources/options2/alert_overlay.js b/chrome/browser/resources/options2/alert_overlay.js
index eb1fb8e80aeb09095beeeb413a2b975bfd78d037..9f21e37fdaa82e13e4e4d416a8bf4c2516c8ba75 100644
--- a/chrome/browser/resources/options2/alert_overlay.js
+++ b/chrome/browser/resources/options2/alert_overlay.js
@@ -135,7 +135,7 @@ cr.define('options', function() {
// Intentionally don't show the URL in the location bar as we don't want
// people trying to navigate here by hand.
OptionsPage.showPageByName('alertOverlay', false);
- }
+ };
// Export
return {

Powered by Google App Engine
This is Rietveld 408576698