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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 8686010: <video> decode in hardware! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 614da15828bfdddcb6807e3a50e066100fd957a1..9f9d120707c87601f38fde9c70da6336077cf0c2 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1601,7 +1601,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
// Tests should be able to tune login manager before showing it.
// Thus only show login manager in normal (non-testing) mode.
- if (!parameters().ui_task)
+ if (!parameters().ui_task && false)
Ami GONE FROM CHROMIUM 2011/11/30 00:08:37 Ignore this - not for submission.
OptionallyRunChromeOSLoginManager(parsed_command_line(), profile_);
#endif

Powered by Google App Engine
This is Rietveld 408576698