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

Unified Diff: chrome/browser/chromeos/dom_ui/menu_ui.h

Issue 6250123: WebUI: Change DOMUI to WebUI in two chromeos classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: avi review Created 9 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 | chrome/browser/chromeos/dom_ui/menu_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/dom_ui/menu_ui.h
diff --git a/chrome/browser/chromeos/dom_ui/menu_ui.h b/chrome/browser/chromeos/dom_ui/menu_ui.h
index dd3c85abfb5297952dd90c659940e673e708cdcf..0277f3aba7c053be9623da3082d2880675548857 100644
--- a/chrome/browser/chromeos/dom_ui/menu_ui.h
+++ b/chrome/browser/chromeos/dom_ui/menu_ui.h
@@ -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.
@@ -19,7 +19,7 @@ class MenuModel;
namespace chromeos {
-class DOMUIMenuControl;
+class WebUIMenuControl;
// MenuSourceDelegate class allows subclass to injects specific values
// to menu javascript code.
@@ -27,7 +27,7 @@ class MenuSourceDelegate {
public:
virtual ~MenuSourceDelegate() {}
// Subclass can add extra parameters or replaces default configuration.
- virtual void AddCustomConfigValues(DictionaryValue* config) const {};
+ virtual void AddCustomConfigValues(DictionaryValue* config) const {}
// Subclass can add their values to |localized_strings| and those values
// are used by JS template builder and could be accessed via JS class
@@ -82,7 +82,7 @@ class MenuHandlerBase : public DOMMessageHandler {
// Returns the menu control that is associated with the
// MenuUI. This may return null when menu is being deleted.
- DOMUIMenuControl* GetMenuControl();
+ WebUIMenuControl* GetMenuControl();
// Returns the menu model for this menu ui.
// This may return null when menu is being deleted.
« no previous file with comments | « no previous file | chrome/browser/chromeos/dom_ui/menu_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698