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

Unified Diff: base/process_util_win.cc

Issue 12094073: Use an experiment value to set the instant_extended.enabled pref default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MAD review feedback. Created 7 years, 11 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 | « no previous file | chrome/browser/ui/browser_instant_controller.cc » ('j') | chrome/browser/ui/search/search.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_win.cc
diff --git a/base/process_util_win.cc b/base/process_util_win.cc
index 1647af8561d65b5d910f172f88e0efd6ecd6f6f6..2d371432c83b2c22ca4b9f3de293064986d72176 100644
--- a/base/process_util_win.cc
+++ b/base/process_util_win.cc
@@ -246,7 +246,7 @@ ProcessId GetProcId(ProcessHandle process) {
}
// We're screwed.
- NOTREACHED();
+ //NOTREACHED();
MAD 2013/01/31 20:14:53 Really?
robertshield 2013/01/31 20:24:28 Heh, oops, local patch until Brett reads https://c
return 0;
}
« no previous file with comments | « no previous file | chrome/browser/ui/browser_instant_controller.cc » ('j') | chrome/browser/ui/search/search.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698