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

Unified Diff: chrome/utility/shell_handler_win.h

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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/utility/importer/ie_importer_win.h ('k') | chromecast/media/cdm/browser_cdm_cast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/shell_handler_win.h
diff --git a/chrome/utility/shell_handler_win.h b/chrome/utility/shell_handler_win.h
index 729f111ead6fd2baad621193a712fc738db30b81..6c993f744a0fc82da019cb31f89b8743a851dd8b 100644
--- a/chrome/utility/shell_handler_win.h
+++ b/chrome/utility/shell_handler_win.h
@@ -30,10 +30,10 @@ struct ChromeUtilityMsg_GetSaveFileName_Params;
class ShellHandler : public UtilityMessageHandler {
public:
ShellHandler();
- virtual ~ShellHandler();
+ ~ShellHandler() override;
// IPC::Listener implementation
- virtual bool OnMessageReceived(const IPC::Message& message) override;
+ bool OnMessageReceived(const IPC::Message& message) override;
private:
void OnOpenFileViaShell(const base::FilePath& full_path);
« no previous file with comments | « chrome/utility/importer/ie_importer_win.h ('k') | chromecast/media/cdm/browser_cdm_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698