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

Unified Diff: chrome/browser/ui/webui/chrome_web_ui_data_source.h

Issue 7053009: Add chrome://quota-internals/ resources (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: '' Created 9 years, 7 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/ui/webui/chrome_web_ui_data_source.h
diff --git a/chrome/browser/ui/webui/chrome_web_ui_data_source.h b/chrome/browser/ui/webui/chrome_web_ui_data_source.h
index 3ae0f58cef7c9618d794261e8029703942829e0f..87f74bb4f1a28bdc18cb41f6dbda56ee891f989c 100644
--- a/chrome/browser/ui/webui/chrome_web_ui_data_source.h
+++ b/chrome/browser/ui/webui/chrome_web_ui_data_source.h
@@ -23,6 +23,7 @@ class ChromeWebUIDataSource : public ChromeURLDataManager::DataSource {
// Completes a request by sending our dictionary of localized strings.
void SendLocalizedStringsAsJSON(int request_id);
+ std::string MakeLocalizedStringsAsJSON();
// Completes a request by sending the file specified by |idr|.
void SendFromResourceBundle(int request_id, int idr);
@@ -37,4 +38,3 @@ class ChromeWebUIDataSource : public ChromeURLDataManager::DataSource {
#endif // CHROME_BROWSER_UI_WEBUI_CHROME_WEB_UI_DATA_SOURCE_H_
-

Powered by Google App Engine
This is Rietveld 408576698