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

Unified Diff: chrome/browser/plugin_installer.h

Issue 2850031: plugins: Show a help link in the "plugin needed" infobar. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: rebased Created 10 years, 5 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/app/resources/locale_settings.grd ('k') | chrome/browser/plugin_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugin_installer.h
diff --git a/chrome/browser/plugin_installer.h b/chrome/browser/plugin_installer.h
index 8760c4f1807d060c94cd874b7059389178d72b1b..77f3804dcfbd1b89ba1707537624bc1c036daa96 100644
--- a/chrome/browser/plugin_installer.h
+++ b/chrome/browser/plugin_installer.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -27,6 +27,8 @@ class PluginInstaller : public ConfirmInfoBarDelegate {
virtual int GetButtons() const;
virtual std::wstring GetButtonLabel(InfoBarButton button) const;
virtual bool Accept();
+ virtual std::wstring GetLinkText();
+ virtual bool LinkClicked(WindowOpenDisposition disposition);
// The containing TabContents
TabContents* tab_contents_;
« no previous file with comments | « chrome/app/resources/locale_settings.grd ('k') | chrome/browser/plugin_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698