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

Unified Diff: chrome/browser/ui/views/about_ipc_dialog.cc

Issue 6899025: Show hardware addresses for wifi and ethernet networks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: z Created 9 years, 8 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/views/about_ipc_dialog.cc
diff --git a/chrome/browser/ui/views/about_ipc_dialog.cc b/chrome/browser/ui/views/about_ipc_dialog.cc
index 121547388cc455a3b42a2e0ab0496e94305efbcb..fb1fdc464200175c95b51eb27f9b822ef3a6d0d3 100644
--- a/chrome/browser/ui/views/about_ipc_dialog.cc
+++ b/chrome/browser/ui/views/about_ipc_dialog.cc
@@ -219,7 +219,7 @@ void AboutIPCDialog::RunDialog() {
views::Window::CreateChromeWindow(NULL, gfx::Rect(),
g_active_dialog)->Show();
} else {
- // TOOD(brettw) it would be nice to focus the existing window.
+ // TODO(brettw) it would be nice to focus the existing window.
}
}

Powered by Google App Engine
This is Rietveld 408576698