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

Unified Diff: chrome/browser/plugin_installer.h

Issue 19721: Random bits of de-Winification for WebContents. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 | « no previous file | chrome/browser/plugin_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugin_installer.h
===================================================================
--- chrome/browser/plugin_installer.h (revision 8984)
+++ chrome/browser/plugin_installer.h (working copy)
@@ -19,6 +19,7 @@
void OnMissingPluginStatus(int status);
// A new page starts loading. This is the perfect time to close the info bar.
void OnStartLoading();
+
private:
// Overridden from ConfirmInfoBarDelegate:
virtual std::wstring GetMessageText() const;
@@ -30,7 +31,7 @@
// The containing WebContents
WebContents* web_contents_;
- DISALLOW_EVIL_CONSTRUCTORS(PluginInstaller);
+ DISALLOW_COPY_AND_ASSIGN(PluginInstaller);
};
-#endif
+#endif // CHROME_BROWSER_PLUGIN_INSTALLER_H_
« no previous file with comments | « no previous file | chrome/browser/plugin_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698