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

Unified Diff: chrome/browser/resources/menu.js

Issue 3771003: First round UI touch up of DOMUI based network menu. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: sync and try Created 10 years, 2 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/browser/resources/menu.html ('k') | chrome/browser/resources/network_menu.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/menu.js
diff --git a/chrome/browser/resources/menu.js b/chrome/browser/resources/menu.js
index b5d1afe0f761c945c7b0944d16c3d32c049e74f3..8328db514994dc9bad4ab1e31807a3959fa3167e 100644
--- a/chrome/browser/resources/menu.js
+++ b/chrome/browser/resources/menu.js
@@ -13,6 +13,8 @@ var SCROLL_TICK_PX = 4;
// Regular expression to match/find mnemonic key.
var MNEMONIC_REGEXP = /([^&]*)&(.)(.*)/;
+var localStrings = new LocalStrings();
+
/**
* Sends 'activate' DOMUI message.
* @param {number} index The index of menu item to activate in menu model.
« no previous file with comments | « chrome/browser/resources/menu.html ('k') | chrome/browser/resources/network_menu.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698