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

Unified Diff: content/renderer/browser_plugin/old/browser_plugin.h

Issue 10829219: Browser Plugin: Move to old namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style fix. Created 8 years, 4 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: content/renderer/browser_plugin/old/browser_plugin.h
diff --git a/content/renderer/browser_plugin/old/browser_plugin.h b/content/renderer/browser_plugin/old/browser_plugin.h
index 5c1aee98c11d65669d036b85ff25474bc2abc161..5184f511d1dc2707d85f162f151ff3679a0e2b2e 100644
--- a/content/renderer/browser_plugin/old/browser_plugin.h
+++ b/content/renderer/browser_plugin/old/browser_plugin.h
@@ -13,14 +13,16 @@
#include "ui/gfx/size.h"
#include "webkit/plugins/webview_plugin.h"
-namespace content {
-class RenderView;
-}
-
namespace WebKit {
class WebPlugin;
}
+namespace content {
+
+class RenderView;
+
+namespace old {
+
// A browser plugin is a plugin container that hosts an out-of-process "guest"
// RenderView. Loading up a new process, creating a new RenderView, navigating
// to a given URL, and establishing a guest-to-embedder channel can take
@@ -86,4 +88,7 @@ class BrowserPlugin {
DISALLOW_COPY_AND_ASSIGN(BrowserPlugin);
};
+} // namespace old
+} // namespace content
+
#endif // CONTENT_RENDERER_BROWSER_PLUGIN_OLD_BROWSER_PLUGIN_H_
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/renderer/browser_plugin/old/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698