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

Unified Diff: webkit/default_plugin/plugin_impl_win.h

Issue 179051: Fix two issues with the plugin installer.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « webkit/default_plugin/install_dialog.cc ('k') | webkit/default_plugin/plugin_impl_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/default_plugin/plugin_impl_win.h
===================================================================
--- webkit/default_plugin/plugin_impl_win.h (revision 24950)
+++ webkit/default_plugin/plugin_impl_win.h (working copy)
@@ -187,7 +187,7 @@
// Returns whether or not the UI layout is right-to-left (such as Hebrew or
// Arabic).
- bool IsRTLLayout() const;
+ static bool IsRTLLayout();
// Parses the plugin instantiation arguments. This includes checking for
// whether this is an activex install and reading the appropriate
@@ -348,7 +348,7 @@
// The current state of the plugin installer.
PluginInstallerState plugin_installer_state_;
// Used to display the UI for plugin installation.
- PluginInstallDialog install_dialog_;
+ PluginInstallDialog* install_dialog_;
// To enable auto refresh of the plugin window once the installation
// is complete, we spawn the installation process in a job, and monitor
// IO completion events on the job. When the active process count of the
« no previous file with comments | « webkit/default_plugin/install_dialog.cc ('k') | webkit/default_plugin/plugin_impl_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698