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

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

Issue 18728: Create a dialog box for the about:network view and kill the tab type.... (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 8567)
+++ chrome/browser/tab_contents/tab_contents_factory.cc (working copy)
@@ -13,7 +13,6 @@
#include "chrome/browser/debugger/debugger_contents.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"
#include "chrome/browser/tab_contents/tab_contents.h"
#include "chrome/browser/tab_contents/tab_contents_factory.h"
#include "chrome/browser/tab_contents/view_source_contents.h"
@@ -45,9 +44,6 @@
case TAB_CONTENTS_WEB:
contents = new WebContents(profile, instance, NULL, MSG_ROUTING_NONE, NULL);
break;
- case TAB_CONTENTS_NETWORK_STATUS_VIEW:
- contents = new NetworkStatusView();
- break;
#ifdef IPC_MESSAGE_LOG_ENABLED
case TAB_CONTENTS_IPC_STATUS_VIEW:
contents = new IPCStatusView();

Powered by Google App Engine
This is Rietveld 408576698