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

Unified Diff: chromecast/browser/service/cast_service_simple.h

Issue 853073003: Fix assertion starting cast_shell (breaking thread IO restrictions). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whitespace fixes plus task is not slow Created 5 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
Index: chromecast/browser/service/cast_service_simple.h
diff --git a/chromecast/browser/service/cast_service_simple.h b/chromecast/browser/service/cast_service_simple.h
index ebb2ed915d4692f83c88232bc508345e1dacd4ed..8ce5a13484a5f60bfa499c28aaf2d49f5075ebc6 100644
--- a/chromecast/browser/service/cast_service_simple.h
+++ b/chromecast/browser/service/cast_service_simple.h
@@ -7,6 +7,7 @@
#include "base/memory/scoped_ptr.h"
#include "chromecast/browser/service/cast_service.h"
+#include "url/gurl.h"
namespace content {
class WebContents;
@@ -32,6 +33,7 @@ class CastServiceSimple : public CastService {
private:
scoped_ptr<CastContentWindow> window_;
scoped_ptr<content::WebContents> web_contents_;
+ GURL startup_url_;
DISALLOW_COPY_AND_ASSIGN(CastServiceSimple);
};
« no previous file with comments | « no previous file | chromecast/browser/service/cast_service_simple.cc » ('j') | ui/events/ozone/device/device_manager_manual.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698