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

Unified Diff: chrome/browser/shell_dialogs.h

Issue 2053001: Fix crash when opening "Select certificate file" in OOBE. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: added correct way to check for OOBE/login mode Created 10 years, 7 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/browser/chromeos/status/status_area_host.h ('k') | chrome/browser/views/browser_dialogs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/shell_dialogs.h
diff --git a/chrome/browser/shell_dialogs.h b/chrome/browser/shell_dialogs.h
index 18400f68fd55689e6fc43a2a2dd149085d86ee0a..878424e29d372e34d6687f17294c1761a8dcde48 100644
--- a/chrome/browser/shell_dialogs.h
+++ b/chrome/browser/shell_dialogs.h
@@ -116,6 +116,9 @@ class SelectFileDialog
gfx::NativeWindow owning_window,
void* params) = 0;
+ // browser_mode is true when running inside the browser.
+ virtual void set_browser_mode(bool value) {}
+
protected:
friend class base::RefCountedThreadSafe<SelectFileDialog>;
« no previous file with comments | « chrome/browser/chromeos/status/status_area_host.h ('k') | chrome/browser/views/browser_dialogs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698