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

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

Issue 2804039: First cut at the tabbed content settings page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: no change Created 10 years, 5 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/dom_ui/content_settings_handler.cc ('k') | chrome/browser/dom_ui/options_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/dom_ui.h
diff --git a/chrome/browser/dom_ui/dom_ui.h b/chrome/browser/dom_ui/dom_ui.h
index b1e22c7fa8949eebcbd1043d37a625479d1e8b45..75ada3e1705417524a4803a3c614f3a132d0d71d 100644
--- a/chrome/browser/dom_ui/dom_ui.h
+++ b/chrome/browser/dom_ui/dom_ui.h
@@ -171,10 +171,10 @@ class DOMMessageHandler {
// This is where subclasses specify which messages they'd like to handle.
virtual void RegisterMessages() = 0;
- // Extract an integer value from a Value.
+ // Extract an integer value from a list Value.
bool ExtractIntegerValue(const Value* value, int* out_int);
- // Extract a string value from a Value.
+ // Extract a string value from a list Value.
std::wstring ExtractStringValue(const Value* value);
DOMUI* dom_ui_;
« no previous file with comments | « chrome/browser/dom_ui/content_settings_handler.cc ('k') | chrome/browser/dom_ui/options_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698