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

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

Issue 6513010: WebUI: Get rid of more references to DOMUI in the rest of the directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/menu.js
diff --git a/chrome/browser/resources/menu.js b/chrome/browser/resources/menu.js
index 8328db514994dc9bad4ab1e31807a3959fa3167e..eb8291897d900e7bb46f46c85568929768b290a2 100644
--- a/chrome/browser/resources/menu.js
+++ b/chrome/browser/resources/menu.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -16,7 +16,7 @@ var MNEMONIC_REGEXP = /([^&]*)&(.)(.*)/;
var localStrings = new LocalStrings();
/**
- * Sends 'activate' DOMUI message.
+ * Sends 'activate' WebUI message.
* @param {number} index The index of menu item to activate in menu model.
* @param {string} mode The activation mode, one of 'close_and_activate', or
* 'activate_no_close'.
@@ -105,7 +105,7 @@ MenuItem.prototype = {
},
/**
- * Sends open_submenu DOMUI message.
+ * Sends open_submenu WebUI message.
*/
sendOpenSubmenuCommand: function() {
chrome.send('open_submenu',
« no previous file with comments | « chrome/browser/renderer_host/test/render_process_host_browsertest.cc ('k') | chrome/browser/resources/network_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698