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

Issue 3052015: Disabled internal PDF by default.... (Closed)

Created:
10 years, 5 months ago by sanjeevr
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews, jam, darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Disabled internal PDF by default. BUG=None TEST=Verify that the internal PDF plugin is disabled by default.s Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53848

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/plugin_updater.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
sanjeevr
10 years, 5 months ago (2010-07-27 17:36:31 UTC) #1
brettw
10 years, 5 months ago (2010-07-27 17:37:29 UTC) #2
LGTM

On Tue, Jul 27, 2010 at 10:36 AM,  <sanjeevr@chromium.org> wrote:
> Reviewers: brettw,
>
> Description:
> Disabled internal PDF by default.
> BUG=None
> TEST=Verify that the internal PDF plugin is disabled by default.s
>
>
> Please review this at http://codereview.chromium.org/3052015/show
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/
>
> Affected files:
>  M     chrome/browser/plugin_updater.cc
>
>
> Index: chrome/browser/plugin_updater.cc
> ===================================================================
> --- chrome/browser/plugin_updater.cc    (revision 53418)
> +++ chrome/browser/plugin_updater.cc    (working copy)
> @@ -88,7 +88,7 @@
>     NPAPI::PluginList::Singleton()->DisablePlugin(file_path);
>  }
>
> -static bool enable_internal_pdf_ = true;
> +static bool enable_internal_pdf_ = false;
>
>  void DisablePluginGroupsFromPrefs(Profile* profile) {
>   bool update_internal_dir = false;
>
>
>

Powered by Google App Engine
This is Rietveld 408576698