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

Unified Diff: chromecast/shell/browser/cast_browser_main_parts.h

Issue 396213009: Removes CastBrowserMainParts::GetInstance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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
« no previous file with comments | « no previous file | chromecast/shell/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/browser/cast_browser_main_parts.h
diff --git a/chromecast/shell/browser/cast_browser_main_parts.h b/chromecast/shell/browser/cast_browser_main_parts.h
index eccd512e6c24cd06525ccedece1d353d3e922fee..50e4ee25bc5920b77e0801ec34fa57415783a77b 100644
--- a/chromecast/shell/browser/cast_browser_main_parts.h
+++ b/chromecast/shell/browser/cast_browser_main_parts.h
@@ -43,9 +43,6 @@ class CastBrowserMainParts : public content::BrowserMainParts {
}
private:
- static CastBrowserMainParts* GetInstance();
-
- static CastBrowserMainParts* instance_;
scoped_ptr<CastBrowserContext> browser_context_;
scoped_ptr<CastService> cast_service_;
URLRequestContextFactory* const url_request_context_factory_;
« no previous file with comments | « no previous file | chromecast/shell/browser/cast_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698