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

Unified Diff: chrome/browser/ui/webui/sync_internals_ui.cc

Issue 9826035: [Sync] Display the client server traffic log in about:sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For submitting. Created 8 years, 9 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/sync/internal_api/sync_manager.cc ('k') | sync/engine/sync_scheduler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/sync_internals_ui.cc
diff --git a/chrome/browser/ui/webui/sync_internals_ui.cc b/chrome/browser/ui/webui/sync_internals_ui.cc
index 5a7a995048801e056c8cf57683dd210e0eb11aa3..2aeaadb8905dbb50380bdbff6a7cc7bfb2991c6e 100644
--- a/chrome/browser/ui/webui/sync_internals_ui.cc
+++ b/chrome/browser/ui/webui/sync_internals_ui.cc
@@ -58,6 +58,8 @@ ChromeWebUIDataSource* CreateSyncInternalsHTMLSource() {
source->add_resource_path("search.js", IDR_SYNC_INTERNALS_SEARCH_JS);
source->add_resource_path("node_browser.js",
IDR_SYNC_INTERNALS_NODE_BROWSER_JS);
+ source->add_resource_path("traffic.js",
+ IDR_SYNC_INTERNALS_TRAFFIC_JS);
source->set_default_resource(IDR_SYNC_INTERNALS_INDEX_HTML);
return source;
}
« no previous file with comments | « chrome/browser/sync/internal_api/sync_manager.cc ('k') | sync/engine/sync_scheduler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698