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

Unified Diff: content/browser/browser_startup_configuration.cc

Issue 19957002: Run the later parts of startup as UI thread tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run the later parts of startup as UI thread tasks - one more Mac fix Created 7 years, 5 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: content/browser/browser_startup_configuration.cc
diff --git a/content/renderer/media/video_frame_provider.cc b/content/browser/browser_startup_configuration.cc
similarity index 57%
copy from content/renderer/media/video_frame_provider.cc
copy to content/browser/browser_startup_configuration.cc
index 48f50e06bd2b4595c024366a5120758008fdf65a..2169b444977f3f6eb94e16f24f397ccddd86037f 100644
--- a/content/renderer/media/video_frame_provider.cc
+++ b/content/browser/browser_startup_configuration.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/media/video_frame_provider.h"
+#include "content/browser/browser_startup_configuration.h"
namespace content {
-VideoFrameProvider::VideoFrameProvider() {}
+bool BrowserMayStartAsynchronously() { return false; }
-VideoFrameProvider::~VideoFrameProvider() {}
+void BrowserStartupComplete(int result) {}
jam 2013/07/31 00:29:27 this way of switching behavior for android/non-and
aberent 2013/07/31 17:24:49 Done.
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698