| Index: chrome/common/temp_scaffolding_stubs.h
|
| ===================================================================
|
| --- chrome/common/temp_scaffolding_stubs.h (revision 15959)
|
| +++ chrome/common/temp_scaffolding_stubs.h (working copy)
|
| @@ -461,11 +461,13 @@
|
| void SelectLanguagesTab() { NOTIMPLEMENTED(); }
|
| };
|
|
|
| +#if !defined(TOOLKIT_VIEWS)
|
| class OSExchangeData {
|
| public:
|
| void SetString(const std::wstring& data) { NOTIMPLEMENTED(); }
|
| void SetURL(const GURL& url, const std::wstring& title) { NOTIMPLEMENTED(); }
|
| };
|
| +#endif
|
|
|
| class BaseDragSource {
|
| };
|
|
|