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

Unified Diff: chrome/renderer/render_thread.h

Issue 6735004: Move extension messages to their own file and add a RenderViewObserver to start moving the extens... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/renderer/mock_render_thread.cc ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_thread.h
===================================================================
--- chrome/renderer/render_thread.h (revision 79468)
+++ chrome/renderer/render_thread.h (working copy)
@@ -46,7 +46,7 @@
struct RendererPreferences;
struct DOMStorageMsg_Event_Params;
struct GPUInfo;
-struct ViewMsg_ExtensionLoaded_Params;
+struct ExtensionMsg_Loaded_Params;
struct ViewMsg_New_Params;
struct WebPreferences;
@@ -272,7 +272,7 @@
const GURL& url, const ContentSettings& content_settings);
void OnUpdateUserScripts(base::SharedMemoryHandle table);
void OnSetExtensionFunctionNames(const std::vector<std::string>& names);
- void OnExtensionLoaded(const ViewMsg_ExtensionLoaded_Params& params);
+ void OnExtensionLoaded(const ExtensionMsg_Loaded_Params& params);
void OnExtensionUnloaded(const std::string& id);
void OnSetExtensionScriptingWhitelist(
const Extension::ScriptingWhitelist& extension_ids);
« no previous file with comments | « chrome/renderer/mock_render_thread.cc ('k') | chrome/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698