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

Unified Diff: chrome/renderer/extensions/extension_helper.h

Issue 12737007: Merge 188631 "Don't throw exceptions when v8 objects/contexts ar..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1443/src/
Patch Set: Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/extensions/console.cc ('k') | chrome/renderer/extensions/extension_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/extension_helper.h
===================================================================
--- chrome/renderer/extensions/extension_helper.h (revision 188637)
+++ chrome/renderer/extensions/extension_helper.h (working copy)
@@ -56,11 +56,8 @@
int tab_id() const { return tab_id_; }
int browser_window_id() const { return browser_window_id_; }
chrome::ViewType view_type() const { return view_type_; }
+ Dispatcher* dispatcher() const { return dispatcher_; }
- // Helper to add a logging message to the root frame's console.
- void AddMessageToRootConsole(content::ConsoleMessageLevel level,
- const std::string& message);
-
private:
// RenderViewObserver implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
@@ -99,10 +96,6 @@
const std::string& message);
void OnAppWindowClosed();
- // Helper to add a logging message to the root frame's console.
- void AddMessageToRootConsole(content::ConsoleMessageLevel level,
- const string16& message);
-
Dispatcher* dispatcher_;
// The app info that we are processing. This is used when installing an app
« no previous file with comments | « chrome/renderer/extensions/console.cc ('k') | chrome/renderer/extensions/extension_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698