diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 18:25:45 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 18:25:45 +0000 |
commit | de246f570b68acaf037db138fa871b791132ef30 (patch) | |
tree | 06b8b6d614806c47f771e76331328e5c38e9c659 /chrome/common/temp_scaffolding_stubs.h | |
parent | 625edd6ec115e7de3dd1e7d1e6f20f934b3cdcfe (diff) | |
download | chromium_src-de246f570b68acaf037db138fa871b791132ef30.zip chromium_src-de246f570b68acaf037db138fa871b791132ef30.tar.gz chromium_src-de246f570b68acaf037db138fa871b791132ef30.tar.bz2 |
Compile parts of chrome/browser/automation on Linux.
This patch involves heavy temporary stubbing-out of windowsic parts
of automation framework.
Review URL: http://codereview.chromium.org/28092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 4eb8901..fba6dfc 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -165,14 +165,6 @@ class GoogleUpdateSettings { DISALLOW_IMPLICIT_CONSTRUCTORS(GoogleUpdateSettings); }; -class AutomationProviderList { - public: - static AutomationProviderList* GetInstance() { - NOTIMPLEMENTED(); - return NULL; - } -}; - namespace browser { void RegisterAllPrefs(PrefService*, PrefService*); } @@ -485,6 +477,8 @@ class TabContents : public PageNavigator, public NotificationObserver { typedef std::vector<ConstrainedWindow*> ConstrainedWindowList; ConstrainedWindowList child_windows_; private: + friend class AutomationProvider; + TabContentsType type_; bool is_active_; bool is_loading_; |