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

Unified Diff: chrome/browser/ui/views/extensions/extension_popup.h

Issue 9193018: Tweak Win ExtensionPopup::OnNativeFocusChange logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and update copyright years. Created 8 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/ui/views/extensions/extension_popup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/extensions/extension_popup.h
diff --git a/chrome/browser/ui/views/extensions/extension_popup.h b/chrome/browser/ui/views/extensions/extension_popup.h
index 6d7d3cab1ad3605624d5b34d16008e4e995a3b44..68193fbd0136be60760130af335d06f01d6c07fc 100644
--- a/chrome/browser/ui/views/extensions/extension_popup.h
+++ b/chrome/browser/ui/views/extensions/extension_popup.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -72,6 +72,9 @@ class ExtensionPopup : public views::BubbleDelegateView,
views::BubbleBorder::ArrowLocation arrow_location,
bool inspect_with_devtools);
+ // Show the bubble, focus on its content, and register listeners.
+ void ShowBubble();
+
// The contained host for the view.
scoped_ptr<ExtensionHost> extension_host_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/extensions/extension_popup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698