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

Unified Diff: chrome/browser/tab_first_render_watcher.cc

Issue 8417005: Share TabFirstRenderWatcher with HtmlDialogView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 2 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 | « chrome/browser/tab_first_render_watcher.h ('k') | chrome/browser/tab_first_render_watcher_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_first_render_watcher.cc
diff --git a/chrome/browser/chromeos/tab_first_render_watcher.cc b/chrome/browser/tab_first_render_watcher.cc
similarity index 94%
rename from chrome/browser/chromeos/tab_first_render_watcher.cc
rename to chrome/browser/tab_first_render_watcher.cc
index 66344a4bddf9d670edc10db274af0332aa0047c0..3d0d53d621934591916befea70e0e994c46fafdf 100644
--- a/chrome/browser/chromeos/tab_first_render_watcher.cc
+++ b/chrome/browser/tab_first_render_watcher.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/tab_first_render_watcher.h"
+#include "chrome/browser/tab_first_render_watcher.h"
#include "content/browser/renderer_host/render_widget_host.h"
#include "content/browser/renderer_host/render_view_host.h"
@@ -10,8 +10,6 @@
#include "content/public/browser/notification_source.h"
#include "content/public/browser/notification_types.h"
-namespace chromeos {
-
TabFirstRenderWatcher::TabFirstRenderWatcher(TabContents* tab,
Delegate* delegate)
: state_(NONE),
@@ -54,5 +52,3 @@ void TabFirstRenderWatcher::Observe(int type,
NOTREACHED() << "unknown type" << type;
}
}
-
-} // namespace chromeos
« no previous file with comments | « chrome/browser/tab_first_render_watcher.h ('k') | chrome/browser/tab_first_render_watcher_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698