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

Unified Diff: chrome/browser/tab_contents/tab_contents_factory.cc

Issue 18408: Remove the about:internets view :(... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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: chrome/browser/tab_contents/tab_contents_factory.cc
===================================================================
--- chrome/browser/tab_contents/tab_contents_factory.cc (revision 8282)
+++ chrome/browser/tab_contents/tab_contents_factory.cc (working copy)
@@ -11,7 +11,6 @@
#include "chrome/browser/profile.h"
#include "chrome/browser/renderer_host/render_process_host.h"
#include "chrome/browser/debugger/debugger_contents.h"
-#include "chrome/browser/tab_contents/about_internets_status_view.h"
#include "chrome/browser/tab_contents/ipc_status_view.h"
#include "chrome/browser/tab_contents/native_ui_contents.h"
#include "chrome/browser/tab_contents/network_status_view.h"
@@ -63,9 +62,6 @@
case TAB_CONTENTS_NATIVE_UI:
contents = new NativeUIContents(profile);
break;
- case TAB_CONTENTS_ABOUT_INTERNETS_STATUS_VIEW:
- contents = new AboutInternetsStatusView();
- break;
case TAB_CONTENTS_VIEW_SOURCE:
contents = new ViewSourceContents(profile, instance);
break;
« no previous file with comments | « chrome/browser/tab_contents/about_internets_status_view.cc ('k') | chrome/browser/tab_contents/tab_contents_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698