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

Side by Side Diff: chrome/browser/extensions/dev_mode_bubble_delegate.h

Issue 1456213002: Revert of [Extensions] Don't count bubble dismissal from focus loss as acknowledgment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/dev_mode_bubble_delegate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_EXTENSIONS_DEV_MODE_BUBBLE_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_DEV_MODE_BUBBLE_DELEGATE_H_
6 #define CHROME_BROWSER_EXTENSIONS_DEV_MODE_BUBBLE_DELEGATE_H_ 6 #define CHROME_BROWSER_EXTENSIONS_DEV_MODE_BUBBLE_DELEGATE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 22 matching lines...) Expand all
33 const base::string16& overflow_count) const override; 33 const base::string16& overflow_count) const override;
34 GURL GetLearnMoreUrl() const override; 34 GURL GetLearnMoreUrl() const override;
35 base::string16 GetActionButtonLabel() const override; 35 base::string16 GetActionButtonLabel() const override;
36 base::string16 GetDismissButtonLabel() const override; 36 base::string16 GetDismissButtonLabel() const override;
37 bool ShouldCloseOnDeactivate() const override; 37 bool ShouldCloseOnDeactivate() const override;
38 bool ShouldShowExtensionList() const override; 38 bool ShouldShowExtensionList() const override;
39 bool ShouldHighlightExtensions() const override; 39 bool ShouldHighlightExtensions() const override;
40 bool ShouldLimitToEnabledExtensions() const override; 40 bool ShouldLimitToEnabledExtensions() const override;
41 void LogExtensionCount(size_t count) override; 41 void LogExtensionCount(size_t count) override;
42 void LogAction(ExtensionMessageBubbleController::BubbleAction) override; 42 void LogAction(ExtensionMessageBubbleController::BubbleAction) override;
43 const char* GetKey() override; 43 std::set<Profile*>* GetProfileSet() override;
44 bool ClearProfileSetAfterAction() override; 44
45 static void ClearProfileListForTesting();
45 46
46 private: 47 private:
47 DISALLOW_COPY_AND_ASSIGN(DevModeBubbleDelegate); 48 DISALLOW_COPY_AND_ASSIGN(DevModeBubbleDelegate);
48 }; 49 };
49 50
50 } // namespace extensions 51 } // namespace extensions
51 52
52 #endif // CHROME_BROWSER_EXTENSIONS_DEV_MODE_BUBBLE_DELEGATE_H_ 53 #endif // CHROME_BROWSER_EXTENSIONS_DEV_MODE_BUBBLE_DELEGATE_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/dev_mode_bubble_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698