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

Unified Diff: chrome/browser/extensions/user_script_master.cc

Issue 10855075: Clean-up inline members of nested classes (chrome/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/extensions/user_script_master.h ('k') | chrome/browser/file_select_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/user_script_master.cc
diff --git a/chrome/browser/extensions/user_script_master.cc b/chrome/browser/extensions/user_script_master.cc
index 4f5556e886acf85a5a4920384c6883c356fff23b..cc21440ce098c2f00cfa1076696f2efa9599f32a 100644
--- a/chrome/browser/extensions/user_script_master.cc
+++ b/chrome/browser/extensions/user_script_master.cc
@@ -163,6 +163,8 @@ void UserScriptMaster::ScriptReloader::StartLoad(
&UserScriptMaster::ScriptReloader::RunLoad, this, user_scripts));
}
+UserScriptMaster::ScriptReloader::~ScriptReloader() {}
+
void UserScriptMaster::ScriptReloader::NotifyMaster(
base::SharedMemory* memory) {
// The master went away, so these new scripts aren't useful anymore.
« no previous file with comments | « chrome/browser/extensions/user_script_master.h ('k') | chrome/browser/file_select_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698