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

Side by Side Diff: chrome/browser/automation/automation_provider_observers.h

Issue 10551002: TabContentsWrapper -> TabContents, part 56. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Not killing GetSelectedWebContents yet Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_ 5 #ifndef CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_
6 #define CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_ 6 #define CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_
7 #pragma once 7 #pragma once
8 8
9 #include <deque> 9 #include <deque>
10 #include <map> 10 #include <map>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 class AutomationProvider; 59 class AutomationProvider;
60 class BalloonCollection; 60 class BalloonCollection;
61 class Browser; 61 class Browser;
62 class ExtensionProcessManager; 62 class ExtensionProcessManager;
63 class ExtensionService; 63 class ExtensionService;
64 class InfoBarTabHelper; 64 class InfoBarTabHelper;
65 class Notification; 65 class Notification;
66 class Profile; 66 class Profile;
67 class SavePackage; 67 class SavePackage;
68 class TabContents; 68 class TabContents;
69 typedef TabContents TabContentsWrapper;
70 class TranslateInfoBarDelegate; 69 class TranslateInfoBarDelegate;
71 70
72 namespace automation { 71 namespace automation {
73 class Error; 72 class Error;
74 } 73 }
75 74
76 #if defined(OS_CHROMEOS) 75 #if defined(OS_CHROMEOS)
77 namespace chromeos { 76 namespace chromeos {
78 class ExistingUserController; 77 class ExistingUserController;
79 class WizardScreen; 78 class WizardScreen;
(...skipping 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 private: 1892 private:
1894 base::WeakPtr<AutomationProvider> automation_; 1893 base::WeakPtr<AutomationProvider> automation_;
1895 scoped_ptr<IPC::Message> reply_message_; 1894 scoped_ptr<IPC::Message> reply_message_;
1896 std::string extension_id_; 1895 std::string extension_id_;
1897 content::NotificationRegistrar registrar_; 1896 content::NotificationRegistrar registrar_;
1898 1897
1899 DISALLOW_COPY_AND_ASSIGN(ExtensionPopupObserver); 1898 DISALLOW_COPY_AND_ASSIGN(ExtensionPopupObserver);
1900 }; 1899 };
1901 1900
1902 #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_ 1901 #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_PROVIDER_OBSERVERS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698