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

Unified Diff: chrome/browser/ui/webui/chromeos/about_network.h

Issue 14876021: Re-factor network_event_log (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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/chromeos/about_network.h
diff --git a/chrome/browser/ui/webui/chromeos/about_network.h b/chrome/browser/ui/webui/chromeos/about_network.h
index 42f17d47b664b4289490501ce4f51c7e85ae18c8..0549f5421632e6079f5e303cd97e0fc7d7f0f6af 100644
--- a/chrome/browser/ui/webui/chromeos/about_network.h
+++ b/chrome/browser/ui/webui/chromeos/about_network.h
@@ -12,7 +12,7 @@ namespace about_ui {
// Returns the HTML for chrome://network for the chromeos networks.
// |query| contains any text after 'chrome://network/', used to indicate the
-// refresh interval.
+// refresh interval and whther to include debug log entries.
gauravsh 2013/05/14 00:01:39 whether
stevenjb 2013/05/14 00:27:42 Done.
std::string AboutNetwork(const std::string& query);
} // namespace about_ui

Powered by Google App Engine
This is Rietveld 408576698