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

Unified Diff: content/browser/browser_main_loop.cc

Issue 1395273005: Remove references to bugs.chromium.org/NNN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/test/data/extensions/api_test/tabs/basics/crud.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index bf3da73101f984e273786f235f97de0348f277f5..134f7bbd6b76bf996bb9a5f1556e463ebdfd315f 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -243,9 +243,9 @@ static void GLibLogHandler(const gchar* log_domain,
<< "http://crbug.com/179797";
} else if (strstr(message, "Attempting to store changes into") ||
strstr(message, "Attempting to set the permissions of")) {
- LOG(ERROR) << message << " (http://bugs.chromium.org/161366)";
+ LOG(ERROR) << message << " (http://crbug.com/161366)";
} else if (strstr(message, "drawable is not a native X11 window")) {
- LOG(ERROR) << message << " (http://bugs.chromium.org/329991)";
+ LOG(ERROR) << message << " (http://crbug.com/329991)";
} else if (strstr(message, "Cannot do system-bus activation with no user")) {
LOG(ERROR) << message << " (http://crbug.com/431005)";
} else if (strstr(message, "deprecated")) {
« no previous file with comments | « chrome/test/data/extensions/api_test/tabs/basics/crud.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698