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

Side by Side Diff: Source/WebKit/chromium/public/WebDevToolsFrontendClient.h

Issue 12224049: Merge 140539 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 virtual void activateWindow() { } 46 virtual void activateWindow() { }
47 virtual void closeWindow() { } 47 virtual void closeWindow() { }
48 virtual void requestDockWindow() { } 48 virtual void requestDockWindow() { }
49 virtual void requestUndockWindow() { } 49 virtual void requestUndockWindow() { }
50 virtual void requestSetDockSide(const WebString& side) { } 50 virtual void requestSetDockSide(const WebString& side) { }
51 virtual void moveWindowBy(const WebFloatPoint&) { } 51 virtual void moveWindowBy(const WebFloatPoint&) { }
52 virtual void openInNewTab(const WebString& side) { } 52 virtual void openInNewTab(const WebString& side) { }
53 virtual void save(const WebString& url, const WebString& content, bool saveA s) { } 53 virtual void save(const WebString& url, const WebString& content, bool saveA s) { }
54 virtual void append(const WebString& url, const WebString& content) { } 54 virtual void append(const WebString& url, const WebString& content) { }
55 55
56 virtual bool isUnderTest() { return false; }
57
56 protected: 58 protected:
57 virtual ~WebDevToolsFrontendClient() {} 59 virtual ~WebDevToolsFrontendClient() {}
58 }; 60 };
59 61
60 } // namespace WebKit 62 } // namespace WebKit
61 63
62 #endif 64 #endif
OLDNEW
« no previous file with comments | « Source/WebCore/inspector/front-end/externs.js ('k') | Source/WebKit/chromium/src/InspectorFrontendClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698