Chromium Code Reviews| Index: chrome/browser/chromeos/system_logs/dbus_log_source.cc |
| diff --git a/chrome/browser/chromeos/system_logs/dbus_log_source.cc b/chrome/browser/chromeos/system_logs/dbus_log_source.cc |
| index bed65eb730cbabad9783b75b4548b981d1fd4837..210710690eaa52c68046514029dc4f262a3029e4 100644 |
| --- a/chrome/browser/chromeos/system_logs/dbus_log_source.cc |
| +++ b/chrome/browser/chromeos/system_logs/dbus_log_source.cc |
| @@ -10,10 +10,8 @@ |
| namespace chromeos { |
| -namespace { |
|
xiyuan
2013/03/18 23:55:52
Why removing this? Are the constants below needed
rkc
2013/03/19 00:09:02
const char[] has internal linkage, so the anonymou
xiyuan
2013/03/19 02:14:48
True.
But removing the namespace makes it easier
rkc
2013/03/19 19:58:59
I'll come over and discuss this with you, I feel a
|
| const char kDBusLogEntryShort[] = "dbus_summary"; |
| const char kDBusLogEntryLong[] = "dbus_details"; |
| -} |
| void DBusLogSource::Fetch(const SysLogsSourceCallback& callback) { |
| DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |